*Forgot to remove something which broke 222/223 support

This commit is contained in:
dimok321 2009-07-06 07:18:54 +00:00
parent e9385e9448
commit bc2b263a96

View File

@ -143,7 +143,6 @@ s32 USBStorage_Umount(void)
void USBStorage_Deinit(void) void USBStorage_Deinit(void)
{ {
USBStorage_Umount();
/* Close USB device */ /* Close USB device */
if (fd > 0) { if (fd > 0) {
IOS_Close(fd); IOS_Close(fd);