video: s3c-fb: fix help message for FB_S3C_DEBUG_REGWRITE
authorJingoo Han <jg1.han@samsung.com>
Thu, 27 Sep 2012 07:46:19 +0000 (16:46 +0900)
committerJingoo Han <jg1.han@samsung.com>
Mon, 26 Nov 2012 04:35:36 +0000 (13:35 +0900)
The help message of config FB_S3C_DEBUG_REGWRITE is fixed,
because printk(KERN_DEBUG) was replaced with pr_debug().

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
drivers/video/Kconfig

index d08d7998a4aae7835c607791b2308d6ed008a797..9018a90b4588eea1295530424c66ab84fef9cc7a 100644 (file)
@@ -2045,7 +2045,7 @@ config FB_S3C_DEBUG_REGWRITE
        bool "Debug register writes"
        depends on FB_S3C
        ---help---
-         Show all register writes via printk(KERN_DEBUG)
+         Show all register writes via pr_debug()
 
 config FB_S3C2410
        tristate "S3C2410 LCD framebuffer support"
This page took 0.026767 seconds and 5 git commands to generate.