diff --git a/common/usb_storage.c b/common/usb_storage.c index 83c8607cf4..9285c95c05 100644 --- a/common/usb_storage.c +++ b/common/usb_storage.c @@ -193,7 +193,7 @@ int usb_stor_info(void) return 1; } - return 1; + return 0; } static unsigned int usb_get_max_lun(struct us_data *us)