OSDN Git Service

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