hwmon: (tmp102) Fix suspend and resume functions
authorJean Delvare <khali@linux-fr.org>
Thu, 27 May 2010 17:58:58 +0000 (19:58 +0200)
committerJean Delvare <khali@linux-fr.org>
Thu, 27 May 2010 17:58:58 +0000 (19:58 +0200)
Suspend and resume functions shouldn't overwrite the configuration
register. They should only alter the one bit they have to touch.

Also don't assume that register reads and writes always succeed.
Handle errors properly, shall they happen.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Steven King <sfking@fdwdc.com>

No differences found