hwmon: (w83627hf) Use pr_fmt and pr_<level>
authorJoe Perches <joe@perches.com>
Wed, 20 Oct 2010 06:51:55 +0000 (06:51 +0000)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Sat, 8 Jan 2011 18:55:33 +0000 (10:55 -0800)
commitbf74f0964010da5d2f2c56e478641dc86450d32b
tree4dd19d0eea4b75f9d819a9859c0034ff88a12a77
parent1632b353a332cf12c7176f7fa3a064b5cc157cec
hwmon: (w83627hf) 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: Guenter Roeck <guenter.roeck@ericsson.com>
drivers/hwmon/w83627hf.c