From 095b8a3798f1c6cd618092899e783dc2ee0d23f5 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Tue, 2 Aug 2005 17:06:17 +0200 Subject: Coding style cleanup --- common/cmd_usb.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'common/cmd_usb.c') diff --git a/common/cmd_usb.c b/common/cmd_usb.c index 3af8619428..0738f55303 100644 --- a/common/cmd_usb.c +++ b/common/cmd_usb.c @@ -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; } -- cgit v1.2.1