diff options
author | Thierry Reding <thierry.reding@avionic-design.de> | 2012-07-11 08:05:05 +0200 |
---|---|---|
committer | Thierry Reding <thierry.reding@avionic-design.de> | 2012-07-23 13:24:17 +0200 |
commit | d295b129762bf6b2b7541243f496e363580de4a2 (patch) | |
tree | db084cabcabf6924d940ee10b0398b4340ed90a7 /drivers/pwm/Makefile | |
parent | 2132fa8d95bc13b8b0e307553b04ee3517762ebe (diff) | |
download | op-kernel-dev-d295b129762bf6b2b7541243f496e363580de4a2.zip op-kernel-dev-d295b129762bf6b2b7541243f496e363580de4a2.tar.gz |
pwm: fix used-uninitialized warning in pwm_get()
Some versions of GCC don't seem no notice that the initialization of the
index variable is tied to that of the chip variable and falsely report
it as potentially being used uninitialized. However, to save anybody
else from tripping over this, we now initialize the index variable
unconditionally.
Originally-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Diffstat (limited to 'drivers/pwm/Makefile')
0 files changed, 0 insertions, 0 deletions