[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <000d01cd33c9$a50b32b0$ef219810$%han@samsung.com>
Date: Thu, 17 May 2012 10:09:01 +0900
From: Jingoo Han <jg1.han@...sung.com>
To: 'Andrew Morton' <akpm@...ux-foundation.org>,
'LKML' <linux-kernel@...r.kernel.org>
Cc: 'Richard Purdie' <rpurdie@...ys.net>,
'Alberto Panizzo' <alberto@...rulasolutions.com>,
'Joe Perches' <joe@...ches.com>,
'Jingoo Han' <jg1.han@...sung.com>
Subject: [PATCH] backlight: l4f00242t03: use pr_fmt
The pr_fmt is used to prefix KBUILD_MODNAME.
Cc: Alberto Panizzo <alberto@...rulasolutions.com>
Cc: Richard Purdie <rpurdie@...ys.net>
Cc: Joe Perches <joe@...ches.com>
Signed-off-by: Jingoo Han <jg1.han@...sung.com>
---
drivers/video/backlight/l4f00242t03.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/video/backlight/l4f00242t03.c b/drivers/video/backlight/l4f00242t03.c
index 6022b67..83decca 100644
--- a/drivers/video/backlight/l4f00242t03.c
+++ b/drivers/video/backlight/l4f00242t03.c
@@ -11,6 +11,8 @@
* published by the Free Software Foundation.
*/
+#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+
#include <linux/device.h>
#include <linux/kernel.h>
#include <linux/delay.h>
--
1.7.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists