]> git.baikalelectronics.ru Git - kernel.git/commit
hwmon: (core) Use pr_fmt and pr_<level>
authorJoe Perches <joe@perches.com>
Wed, 20 Oct 2010 06:51:37 +0000 (06:51 +0000)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Sat, 8 Jan 2011 18:55:11 +0000 (10:55 -0800)
commit484db52bb02a62b43277ca03868582dd170c9846
treef3f9900b3442976073d09f4e219a843eae903d37
parent2d29f4b31848037d384a0691d22a998771a3c57a
hwmon: (core) 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.c