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