aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJingoo Han <[email protected]>2012-05-29 15:07:20 -0700
committerLinus Torvalds <[email protected]>2012-05-29 16:22:30 -0700
commit6677110b748aa1fe92d039b09d34ac7f35391fb0 (patch)
tree8ab795123f1c1e885623297b4ebba8cdb66e3be6
parentc3539731c22bea311c49c4df97887800c91cca83 (diff)
drivers/video/backlight/l4f00242t03.c: use pr_fmt
This driver uses pr_debug(), so provide it with the appropriate prefixing. Signed-off-by: Jingoo Han <[email protected]> Cc: Alberto Panizzo <[email protected]> Cc: Richard Purdie <[email protected]> Cc: Joe Perches <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--drivers/video/backlight/l4f00242t03.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/backlight/l4f00242t03.c b/drivers/video/backlight/l4f00242t03.c
index 6022b67285ec..83decca4a692 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>