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 94a785c46a..549a7bf920 100644
--- a/firmware/drivers/ata.c
+++ b/firmware/drivers/ata.c
@@ -482,9 +482,6 @@ int ata_write_sectors(IF_MV2(int drive,)
482 int ret = 0; 482 int ret = 0;
483 long spinup_start; 483 long spinup_start;
484 484
485 if (start == 0)
486 panicf("Writing on sector 0\n");
487
488#ifndef MAX_PHYS_SECTOR_SIZE 485#ifndef MAX_PHYS_SECTOR_SIZE
489#ifdef HAVE_MULTIVOLUME 486#ifdef HAVE_MULTIVOLUME
490 (void)drive; /* unused for now */ 487 (void)drive; /* unused for now */