mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-17 09:02:38 -05:00
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:
parent
489296afa3
commit
39148be8ac
3 changed files with 2 additions and 5 deletions
|
|
@ -206,7 +206,7 @@ static int transfer_sectors(IF_MD2(int drive,) unsigned long start, int count, v
|
|||
start += mmc_window_start;
|
||||
if((start + count) > mmc_window_end)
|
||||
return -201;
|
||||
/* get mutex (needed because we done multiple commands for count > 0 */
|
||||
/* get mutex (needed because we do multiple commands for count > 0) */
|
||||
mutex_lock(&mmc_mutex);
|
||||
int ret = 0;
|
||||
uint32_t resp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue