hwmon: (pc87360) 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)
commit9e991c6fad4618a9158437f1f650225f9ec485c3
treee4d1547059d766289bcb365c82a893e75f2c7149
parentce47da742ddd950197c29df6f9f89cf8adb5a0a1
hwmon: (pc87360) 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: Also convert debug messages]

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