1
0
Fork 0
forked from len0rd/rockbox

imx233: fix to typo and remove a forgotten panic

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31269 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Amaury Pouly 2011-12-15 17:07:15 +00:00
parent 489296afa3
commit 39148be8ac
3 changed files with 2 additions and 5 deletions

View file

@ -372,9 +372,6 @@ static int transfer_sectors(IF_MD2(int drive,) unsigned long start, int count, v
ret = -23;
Lend:
mutex_unlock(&sd_mutex);
if(ret != 0)
panicf("transfer_sectors(%d,%d,%d,%d,%d,%d)", drive, start, count, read,
old_start, old_count);
return ret;
}