]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcfaffb7548cb772e34d0846597f562556c8ac891
tree3b05aae1367bd4d36949aef66a7a414d2b27dddb
parentc04dd6fffae5453c3bf74a3cfe139c8cf83dff6c
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