Skip to content
Snippets Groups Projects
Commit 0207fefa authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Merge branch 'master' of git://www.denx.de/git/u-boot-usb

parents d4ee711d b9e749e9
No related branches found
No related tags found
No related merge requests found
......@@ -196,12 +196,12 @@ int usb_stor_info(void)
for (i = 0; i < usb_max_devs; i++) {
printf (" Device %d: ", i);
dev_print(&usb_dev_desc[i]);
return 0;
}
} else {
printf("No storage devices, perhaps not 'usb start'ed..?\n");
return 1;
return 0;
}
printf("No storage devices, perhaps not 'usb start'ed..?\n");
return 1;
}
/*********************************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment