diff options
Diffstat (limited to 'firmware/drivers')
-rw-r--r-- | firmware/drivers/ata.c | 2 |
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) }; int i; - return 0; - ATA_SELECT = ata_device; if (!wait_for_rdy()) { |