]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/usb_storage.c
spl: mmc: raw: Try to load u-boot if Linux image is not found
[people/ms/u-boot.git] / common / usb_storage.c
index 14728242f01cdf0c7e373a86cd3b90e628b431cd..9285c95c0553b719016f6edf38ecc6c82f486c74 100644 (file)
@@ -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)
@@ -697,7 +697,7 @@ static int usb_stor_CBI_get_status(ccb *srb, struct us_data *us)
                us->ip_wanted = 0;
                return USB_STOR_TRANSPORT_ERROR;
        }
-       debug("Got interrupt data 0x%x, transfered %d status 0x%lX\n",
+       debug("Got interrupt data 0x%x, transferred %d status 0x%lX\n",
              us->ip_data, us->pusb_dev->irq_act_len,
              us->pusb_dev->irq_status);
        /* UFI gives us ASC and ASCQ, like a request sense */