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