From: Axel Lin Date: Wed, 30 Jul 2014 03:13:52 +0000 (+0800) Subject: hwmon: (ads1015) Fix off-by-one for valid channel index checking X-Git-Tag: v3.2.64~208 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=395166a4a56a41c221271211a914cf04436a893d;p=pandora-kernel.git 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 Signed-off-by: Guenter Roeck Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed