]> rtime.felk.cvut.cz Git - linux-imx.git/commit
hwmon: (sht15) Check return value of regulator_enable()
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 2 Mar 2013 07:33:30 +0000 (15:33 +0800)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 4 Mar 2013 05:45:48 +0000 (21:45 -0800)
commit3e78080f81481aa8340374d5a37ae033c1cf4272
tree166d853cee3d86c5022c49ba1573f8da870de0c4
parentab302bb0b87fe01f3110c1c5d5a6fca439d27c6b
hwmon: (sht15) Check return value of regulator_enable()

Not having power is a pretty serious error so check that we are able to
enable the supply and error out if we can't.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: stable@vger.kernel.org #3.8+; 3.0+ will need manual backport
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/sht15.c