commit | 06f770aa658cef847c8022bdff436885bde3f7bf | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Wed Jul 30 11:13:52 2014 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Sep 05 16:28:35 2014 -0700 |
tree | b04d010cbecb0eb29ba461e8da19fe199ae13cfb | |
parent | 6dbbe154751f97308e0cd029f0b15f7685897ecf [diff] |
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>