]> git.karo-electronics.de Git - karo-tx-linux.git/commit
hwmon: (ads1015) Fix off-by-one for valid channel index checking
authorAxel Lin <axel.lin@ingics.com>
Wed, 30 Jul 2014 03:13:52 +0000 (11:13 +0800)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 30 Jul 2014 03:27:10 +0000 (20:27 -0700)
commit56de1377ad92f72ee4e5cb0faf7a9b6048fdf0bf
treed9414641d0cbdf68b54bdf638f4958731fcef8c8
parent64aa90f26c06e1cb2aacfb98a7d0eccfbd6c1a91
hwmon: (ads1015) Fix off-by-one for valid channel index checking

Current code uses channel as array index, so the valid channel value is
0 .. ADS1015_CHANNELS - 1.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Cc: stable@vger.kernel.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/ads1015.c