commit | 1ca28218eb57143d9ae6298f10c8a193696458a8 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed Jan 12 21:55:11 2011 +0100 |
committer | Jean Delvare <khali@endymion.delvare> | Wed Jan 12 21:55:11 2011 +0100 |
tree | 3fa9dca8c4ae539402c390f5d72c2f511c78821c | |
parent | 5e24e0c365e0f83f9a6f5adb3bd0cf5ca5cd8ab1 [diff] |
hwmon: (w83781d) 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 [JD: Optimize repeated debug messages] Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>