From d0451c8b0a8fec37b085ec121fc6adb47b8577e2 Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Wed, 20 Oct 2010 06:51:37 +0000 Subject: [PATCH] --- yaml --- r: 227747 b: refs/heads/master c: c95df1ae69b85d5f306d86164e245aae614b852a h: refs/heads/master i: 227745: a191193b49271acd63311c55c7ff5213a90274ac 227743: de0353f1cb00b9d9e9eb2956cccd00824a1f2850 v: v3 --- [refs] | 2 +- trunk/drivers/hwmon/hwmon.c | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 7e0cb0492fd9..18579c345604 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1f923c7a6726b224b6b1b059da5a7f8e3dff1196 +refs/heads/master: c95df1ae69b85d5f306d86164e245aae614b852a diff --git a/trunk/drivers/hwmon/hwmon.c b/trunk/drivers/hwmon/hwmon.c index 29ea6753f3bb..a61e7815a2a9 100644 --- a/trunk/drivers/hwmon/hwmon.c +++ b/trunk/drivers/hwmon/hwmon.c @@ -10,6 +10,8 @@ the Free Software Foundation; version 2 of the License. */ +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt + #include #include #include @@ -119,7 +121,7 @@ static int __init hwmon_init(void) hwmon_class = class_create(THIS_MODULE, "hwmon"); if (IS_ERR(hwmon_class)) { - printk(KERN_ERR "hwmon.c: couldn't create sysfs class\n"); + pr_err("couldn't create sysfs class\n"); return PTR_ERR(hwmon_class); } return 0;