]> git.karo-electronics.de Git - mv-sheeva.git/commit
hwmon: (lm78) Use pr_fmt and pr_<level>
authorJoe Perches <joe@perches.com>
Wed, 12 Jan 2011 20:55:10 +0000 (21:55 +0100)
committerJean Delvare <khali@endymion.delvare>
Wed, 12 Jan 2011 20:55:10 +0000 (21:55 +0100)
commitce47da742ddd950197c29df6f9f89cf8adb5a0a1
treeb10ea8c06b13a7bf1a9595b37e5f9dbfa7e7a682
parenta8ca103793350bd66280d56ee58870c682b54e75
hwmon: (lm78) 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: Jean Delvare <khali@linux-fr.org>
drivers/hwmon/lm78.c