]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
hwmon: (lm90) Restore original configuration if probe function fails
authorGuenter Roeck <linux@roeck-us.net>
Fri, 23 Mar 2012 09:02:18 +0000 (10:02 +0100)
committerJean Delvare <khali@endymion.delvare>
Fri, 23 Mar 2012 09:02:18 +0000 (10:02 +0100)
commitf7001bb063ec06e7fff8782146a7bed49dfe6507
tree43e81025282433a3496b56968e6e15fe54dee9c8
parentae544f64cc7b0850471f62e6808068ef77b90763
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>
drivers/hwmon/lm90.c