commit | c7a78d2c2e2537fd24903e966f34aae50319d587 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Wed Apr 14 16:14:08 2010 +0200 |
committer | Jean Delvare <khali@linux-fr.org> | Wed Apr 14 16:14:08 2010 +0200 |
tree | b53c5677e1528b8e5659c92a94f1e4fb0fca8923 | |
parent | 328a2c22abd08911e37fa66f1358f829cecd72e9 [diff] |
hwmon: (sht15) Properly handle the case CONFIG_REGULATOR=n When CONFIG_REGULATOR isn't set, regulator_get_voltage() returns 0. Properly handle this case by not trusting the value. Reported-by: Jerome Oufella <jerome.oufella@savoirfairelinux.com> Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: Jonathan Cameron <jic23@cam.ac.uk> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Cc: stable@kernel.org