1
0
Fork 0
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:
Linus Nielsen Feltzing 2002-05-09 22:58:54 +00:00
parent 8083e7a227
commit 01ede91cbe

View file

@ -96,12 +96,9 @@ int ata_read_sectors(unsigned long start,
{
int i;
DEBUGF("ata: ata_read_sectors(%d, %d)\n", start, count);
if (!wait_for_rdy())
return -1;
DEBUGF("ata: reading sector %d\n", start);
led(TRUE);
ATA_NSECTOR = count;