hwmon: (ads1015) Fix out-of-bounds array access
authorAxel Lin <axel.lin@ingics.com>
Tue, 5 Aug 2014 01:59:49 +0000 (09:59 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 5 Sep 2014 23:34:14 +0000 (16:34 -0700)
commitcfaf021518b15f5afc412e746785d3d8cca3e143
treecc3b176a26b2fcd5686b823a061778dd1c397fd9
parente5b3467d236838ee4d2b14ea3c470fd333da15b7
hwmon: (ads1015) Fix out-of-bounds array access

commit e981429557cbe10c780fab1c1a237cb832757652 upstream.

Current code uses data_rate as array index in ads1015_read_adc() and uses pga
as array index in ads1015_reg_to_mv, so we must make sure both data_rate and
pga settings are in valid value range.
Return -EINVAL if the setting is out-of-range.

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