From 975d352b50bb2384a209e27e3e3afbc0916025e8 Mon Sep 17 00:00:00 2001 From: Jingoo Han Date: Thu, 27 Sep 2012 16:46:19 +0900 Subject: video: s3c-fb: fix help message for FB_S3C_DEBUG_REGWRITE 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 --- drivers/video/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/video/Kconfig') diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index d08d7998a4aa..9018a90b4588 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -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" -- cgit v1.2.3