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 bb8eef9dd9..0de2eb1804 100644
--- a/firmware/drivers/ata.c
+++ b/firmware/drivers/ata.c
@@ -1285,7 +1285,7 @@ static void ata_thread(void)
1285 break; 1285 break;
1286#endif 1286#endif
1287 case Q_SLEEP: 1287 case Q_SLEEP:
1288 call_ata_idle_notifys(true); 1288 call_ata_idle_notifys(false);
1289 last_disk_activity = current_tick - sleep_timeout + (HZ/2); 1289 last_disk_activity = current_tick - sleep_timeout + (HZ/2);
1290 break; 1290 break;
1291 1291