summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/drivers/ata.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c
index a96705f981..1dd0a48928 100644
--- a/firmware/drivers/ata.c
+++ b/firmware/drivers/ata.c
@@ -877,8 +877,6 @@ static int set_features(void)
877 }; 877 };
878 int i; 878 int i;
879 879
880 return 0;
881
882 ATA_SELECT = ata_device; 880 ATA_SELECT = ata_device;
883 881
884 if (!wait_for_rdy()) { 882 if (!wait_for_rdy()) {