Skip to content

Commit

Permalink
video: s3c-fb: fix help message for FB_S3C_DEBUG_REGWRITE
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jingoo Han committed Nov 26, 2012
1 parent 0a109d3 commit 975d352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 975d352

Please sign in to comment.