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:
Marek Vasut 2011-07-12 02:16:46 +02:00 committed by Remy Bohmer
parent 01a97d45d1
commit 2a94dda0e7

View File

@ -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");
}