diff options
author | Jingoo Han <jg1.han@samsung.com> | 2012-09-27 11:46:19 +0400 |
---|---|---|
committer | Jingoo Han <jg1.han@samsung.com> | 2012-11-26 08:35:36 +0400 |
commit | 975d352b50bb2384a209e27e3e3afbc0916025e8 (patch) | |
tree | 84cac4180b2fc05fb0fbb99dd606694115de5cc1 /drivers/video/Kconfig | |
parent | 0a109d31fcbed60e647da0266aa92828a60d9739 (diff) | |
download | linux-975d352b50bb2384a209e27e3e3afbc0916025e8.tar.xz |
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/Kconfig | 2 |
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" |