mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-26 22:01:10 +00:00
USB: Move USB_PRINTF() out of ifdef in usb_scan_devices()
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
This commit is contained in:
parent
01a97d45d1
commit
2a94dda0e7
@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user