diff options
author | Roel Kluin <roel.kluin@gmail.com> | 2009-09-22 16:43:41 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-23 07:39:28 -0700 |
commit | 912e837aef72a3dd263dafc3717d92bbc1211a53 (patch) | |
tree | 7872171305a3518b6536754be0d597885e3d2792 /ipc | |
parent | 54fdade1c3332391948ec43530c02c4794a38172 (diff) | |
download | kernel_samsung_crespo-912e837aef72a3dd263dafc3717d92bbc1211a53.zip kernel_samsung_crespo-912e837aef72a3dd263dafc3717d92bbc1211a53.tar.gz kernel_samsung_crespo-912e837aef72a3dd263dafc3717d92bbc1211a53.tar.bz2 |
dme1737: Keep index within pwm_config[]
The static code scanner "Parfait" reported this because pwm_config is
only 3 bytes - pwm_config[3] is out of range.
Since this code path is never called with ix == 3 (the device has no PWM4
output) this doesn't change anything in practice. But to encourage
testing with Parfait, lets make the warning go away...
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Acked-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions