summaryrefslogtreecommitdiff
path: root/firmware/drivers/ata.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/ata.c')
-rw-r--r--firmware/drivers/ata.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c
index 1b7473ce6b..e9a152821c 100644
--- a/firmware/drivers/ata.c
+++ b/firmware/drivers/ata.c
@@ -96,12 +96,9 @@ int ata_read_sectors(unsigned long start,
96{ 96{
97 int i; 97 int i;
98 98
99 DEBUGF("ata: ata_read_sectors(%d, %d)\n", start, count);
100
101 if (!wait_for_rdy()) 99 if (!wait_for_rdy())
102 return -1; 100 return -1;
103 101
104 DEBUGF("ata: reading sector %d\n", start);
105 led(TRUE); 102 led(TRUE);
106 103
107 ATA_NSECTOR = count; 104 ATA_NSECTOR = count;