aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorJingoo Han <jg1.han@samsung.com>2012-09-27 16:46:19 +0900
committerJingoo Han <jg1.han@samsung.com>2012-11-26 13:35:36 +0900
commit975d352b50bb2384a209e27e3e3afbc0916025e8 (patch)
tree84cac4180b2fc05fb0fbb99dd606694115de5cc1 /drivers/video/Kconfig
parentvideo: s3c-fb: fix typo in comment (diff)
downloadlinux-dev-975d352b50bb2384a209e27e3e3afbc0916025e8.tar.xz
linux-dev-975d352b50bb2384a209e27e3e3afbc0916025e8.zip
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 <jg1.han@samsung.com>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig2
1 files changed, 1 insertions, 1 deletions
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"