projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a109d3
)
video: s3c-fb: fix help message for FB_S3C_DEBUG_REGWRITE
author
Jingoo Han
<jg1.han@samsung.com>
Thu, 27 Sep 2012 07:46:19 +0000
(16:46 +0900)
committer
Jingoo Han
<jg1.han@samsung.com>
Mon, 26 Nov 2012 04:35:36 +0000
(13:35 +0900)
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
patch
|
blob
|
history
diff --git
a/drivers/video/Kconfig
b/drivers/video/Kconfig
index
d08d799
..
9018a90
100644
(file)
--- 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 pr
intk(KERN_DEBUG
)
+ Show all register writes via pr
_debug(
)
config FB_S3C2410
tristate "S3C2410 LCD framebuffer support"