mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
revert accidental commit of unrelated files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19539 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c88cd20ab2
commit
af805be6cb
4 changed files with 6 additions and 11 deletions
|
|
@ -601,10 +601,10 @@ static int sd_transfer_sectors(IF_MV2(int drive,) unsigned long start,
|
|||
|
||||
if (card_info[drive].initialized <= 0)
|
||||
{
|
||||
int ret = sd_init_card(drive);
|
||||
sd_init_card(drive);
|
||||
if (!(card_info[drive].initialized))
|
||||
{
|
||||
panicf("card not initialised %d",ret);
|
||||
panicf("card not initialised");
|
||||
goto sd_transfer_error;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue