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 800bd1a31a..8c591253f9 100644
--- a/firmware/drivers/ata.c
+++ b/firmware/drivers/ata.c
@@ -571,7 +571,7 @@ static int ata_perform_sleep(void)
571 571
572void ata_sleep(void) 572void ata_sleep(void)
573{ 573{
574 queue_post(&ata_queue, Q_SLEEP, NULL); 574 queue_post(&ata_queue, Q_SLEEP, 0);
575} 575}
576 576
577void ata_sleepnow(void) 577void ata_sleepnow(void)