commit | f7001bb063ec06e7fff8782146a7bed49dfe6507 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Fri Mar 23 10:02:18 2012 +0100 |
committer | Jean Delvare <khali@endymion.delvare> | Fri Mar 23 10:02:18 2012 +0100 |
tree | 43e81025282433a3496b56968e6e15fe54dee9c8 | |
parent | ae544f64cc7b0850471f62e6808068ef77b90763 [diff] |
hwmon: (lm90) Restore original configuration if probe function fails The lm90 driver restores the original chip configuration in its exit function. However, the chip configuration is not restored if the probe function fails. Restore it there as well. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Jean Delvare <khali@linux-fr.org>