projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbad1cb
)
vlynq: correct typo of missing "CONFIG_" prefix in ifdef
author
Robert P. J. Day
<
[email protected]
>
Sun, 5 Jul 2009 19:08:00 +0000
(12:08 -0700)
committer
Linus Torvalds
<
[email protected]
>
Mon, 6 Jul 2009 20:57:02 +0000
(13:57 -0700)
Fix a typo in the vlynq bus driver which was missing the CONFIG_ prefix to
turn on debugging code.
Signed-off-by: Robert P. J. Day <
[email protected]
>
Signed-off-by: Florian Fainelli <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/vlynq/vlynq.c
patch
|
blob
|
history
diff --git
a/drivers/vlynq/vlynq.c
b/drivers/vlynq/vlynq.c
index 7335433b067b300518efbe447b8294725055dce7..f05d2a368367cca553c9da79e0949416ecba5c99 100644
(file)
--- a/
drivers/vlynq/vlynq.c
+++ b/
drivers/vlynq/vlynq.c
@@
-76,7
+76,7
@@
struct vlynq_regs {
u32 int_device[8];
};
-#ifdef VLYNQ_DEBUG
+#ifdef
CONFIG_
VLYNQ_DEBUG
static void vlynq_dump_regs(struct vlynq_device *dev)
{
int i;