forked from len0rd/rockbox
Removed a few debugf calls
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@528 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8083e7a227
commit
01ede91cbe
1 changed files with 0 additions and 3 deletions
|
@ -96,12 +96,9 @@ int ata_read_sectors(unsigned long start,
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
DEBUGF("ata: ata_read_sectors(%d, %d)\n", start, count);
|
|
||||||
|
|
||||||
if (!wait_for_rdy())
|
if (!wait_for_rdy())
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
DEBUGF("ata: reading sector %d\n", start);
|
|
||||||
led(TRUE);
|
led(TRUE);
|
||||||
|
|
||||||
ATA_NSECTOR = count;
|
ATA_NSECTOR = count;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue