hwmon: (w83781d) Use pr_fmt and pr_<level>
authorJoe Perches <joe@perches.com>
Wed, 12 Jan 2011 20:55:11 +0000 (21:55 +0100)
committerJean Delvare <khali@endymion.delvare>
Wed, 12 Jan 2011 20:55:11 +0000 (21:55 +0100)
commit1ca28218eb57143d9ae6298f10c8a193696458a8
tree3fa9dca8c4ae539402c390f5d72c2f511c78821c
parent5e24e0c365e0f83f9a6f5adb3bd0cf5ca5cd8ab1
hwmon: (w83781d) Use pr_fmt and pr_<level>

Added #define pr_fmt KBUILD_MODNAME ": " fmt
Converted printks to pr_<level>
Coalesced any long formats
Removed prefixes from formats

[JD: Optimize repeated debug messages]

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
drivers/hwmon/w83781d.c