projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01a97d4
)
USB: Move USB_PRINTF() out of ifdef in usb_scan_devices()
author
Marek Vasut
<marek.vasut@gmail.com>
Tue, 12 Jul 2011 00:16:46 +0000
(
02:16
+0200)
committer
Remy Bohmer
<linux@bohmer.net>
Mon, 8 Aug 2011 20:00:12 +0000
(22:00 +0200)
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
common/usb.c
patch
|
blob
|
history
diff --git
a/common/usb.c
b/common/usb.c
index 6a7df077104681c988595b02bd42bcdc4afd06d3..a401c0919878b5801a947c8992b60ae331e799b0 100644
(file)
--- a/
common/usb.c
+++ b/
common/usb.c
@@
-957,8
+957,8
@@
void usb_scan_devices(void)
/* insert "driver" if possible */
#ifdef CONFIG_USB_KEYBOARD
drv_usb_kbd_init();
- USB_PRINTF("scan end\n");
#endif
+ USB_PRINTF("scan end\n");
}