hwmon: (w83627ehf) Use pr_fmt and pr_<level>
authorJoe Perches <joe@perches.com>
Wed, 20 Oct 2010 06:51:54 +0000 (06:51 +0000)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Sat, 8 Jan 2011 18:55:32 +0000 (10:55 -0800)
commitabdc6fd189405a83ebd20aa9facfbdf3c179d48a
treefd58567d51a86e992a7a453a404a43a72c6dc95d
parent9d72be0da16da10e27f6a8c01f877db6c513413d
hwmon: (w83627ehf) 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/w83627ehf.c