1
0
Fork 0

vlynq: correct typo of missing "CONFIG_" prefix in ifdef

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 <rpjday@crashcourse.ca>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
hifive-unleashed-5.1
Robert P. J. Day 2009-07-05 12:08:00 -07:00 committed by Linus Torvalds
parent cbad1cbb51
commit 9e2db5c90a
1 changed files with 1 additions and 1 deletions

View File

@ -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;