forked from Minki/linux
hwmon: (ibmaem) 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>
This commit is contained in:
parent
c95df1ae69
commit
55d705cce8
@ -20,6 +20,8 @@
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
||||
|
||||
#include <linux/ipmi.h>
|
||||
#include <linux/module.h>
|
||||
#include <linux/hwmon.h>
|
||||
@ -1090,7 +1092,7 @@ static int __init aem_init(void)
|
||||
|
||||
res = driver_register(&aem_driver.driver);
|
||||
if (res) {
|
||||
printk(KERN_ERR "Can't register aem driver\n");
|
||||
pr_err("Can't register aem driver\n");
|
||||
return res;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user