diff mbox

video: s3c-fb: fix help message for FB_S3C_DEBUG_REGWRITE

Message ID 001501cd9c9c$a74fd2b0$f5ef7810$%han@samsung.com (mailing list archive)
State New, archived
Headers show

Commit Message

Jingoo Han Sept. 27, 2012, 10:41 a.m. UTC
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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index ab621f8..d823064 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -2057,7 +2057,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"