1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-17 16:02:33 +02:00

Coding style cleanup

This commit is contained in:
Wolfgang Denk
2005-08-02 17:06:17 +02:00
parent 797638f9ff
commit 095b8a3798
13 changed files with 236 additions and 242 deletions

View File

@@ -455,9 +455,8 @@ int do_usb (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
i = usb_init();
#ifdef CONFIG_USB_STORAGE
/* try to recognize storage devices immediately */
if (i >= 0)
if (i >= 0)
usb_stor_curr_dev = usb_stor_scan(1);
#endif
return 0;
}