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