forked from len0rd/rockbox
Erroneous commit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2877 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ac88b9e5ff
commit
f11e3c0bba
1 changed files with 0 additions and 6 deletions
|
|
@ -173,12 +173,6 @@ int ata_read_sectors(unsigned long start,
|
|||
int count;
|
||||
void* buf;
|
||||
|
||||
if ( incount > 1 )
|
||||
DEBUGF("[Reading %d blocks: 0x%x to 0x%x]\n",
|
||||
incount, start, start+incount-1);
|
||||
else
|
||||
DEBUGF("[Reading block 0x%x]\n", start);
|
||||
|
||||
last_disk_activity = current_tick;
|
||||
|
||||
mutex_lock(&ata_mtx);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue