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