diff options
-rw-r--r-- | firmware/drivers/ata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c index 1491d2376e..4e41ef2b1f 100644 --- a/firmware/drivers/ata.c +++ b/firmware/drivers/ata.c @@ -610,7 +610,7 @@ void ata_sleep(void) void ata_sleepnow(void) { - if (!spinup && !sleeping && !ata_mtx.locked) + if (!spinup && !sleeping && !ata_mtx.locked && initialized) { call_ata_idle_notifys(false); ata_perform_sleep(); |