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