]> git.hungrycats.org Git - linux/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)
committerJiri Slaby <jslaby@suse.cz>
Wed, 3 Sep 2014 19:31:22 +0000 (21:31 +0200)
commit497bba1cc4a309d7fd44defaedfdbc1de8a471a2
tree6f1505e7c812b13eace6078c5b423f46e6616ce9
parentb800e2f89990e68cba2ce8f6fe07b9c39af8f2f1
hwmon: (ads1015) Fix off-by-one for valid channel index checking

commit 56de1377ad92f72ee4e5cb0faf7a9b6048fdf0bf upstream.

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>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/hwmon/ads1015.c