hwmon: (it87) Use pr_fmt and pr_<level>
authorJoe Perches <joe@perches.com>
Wed, 12 Jan 2011 20:55:10 +0000 (21:55 +0100)
committerJean Delvare <khali@endymion.delvare>
Wed, 12 Jan 2011 20:55:10 +0000 (21:55 +0100)
commita8ca103793350bd66280d56ee58870c682b54e75
tree8bc202ec2beddaabf0794f413f2139912b9beea7
parent632bdb24d717f1b24841b9dc31efb6837afe0c55
hwmon: (it87) 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

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