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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c
index 72194db8da..5e69b36f2d 100644
--- a/firmware/drivers/ata.c
+++ b/firmware/drivers/ata.c
@@ -614,7 +614,7 @@ static void ata_thread(void)
614 TIME_AFTER( current_tick, 614 TIME_AFTER( current_tick,
615 last_disk_activity + sleep_timeout ) ) 615 last_disk_activity + sleep_timeout ) )
616 { 616 {
617 call_ata_idle_notifys(false); 617 call_ata_idle_notifys(true);
618 ata_perform_sleep(); 618 ata_perform_sleep();
619 last_sleep = current_tick; 619 last_sleep = current_tick;
620 } 620 }