]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/cmd_usb.c
Fix style issues primarily in 85xx and 83xx boards.
[people/ms/u-boot.git] / common / cmd_usb.c
index 3af861942863cc0c6a7b90638b7699c8fc3bf072..0738f55303352783671b3061ed79f686a9eec279 100644 (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;
        }