]> 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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 5 Sep 2014 23:36:30 +0000 (16:36 -0700)
commitecba6775bfe1ba997d125d45235f88bc144c3a50
treecc0fc988d4c1915d3dff960ef61c221a597fad81
parent0429797f80eadbc707789d205759d40d0378abbf
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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hwmon/ads1015.c