summaryrefslogtreecommitdiff
path: root/firmware/powermgmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/powermgmt.c')
-rw-r--r--firmware/powermgmt.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/powermgmt.c b/firmware/powermgmt.c
index ea19ddc7d1..f7aa4baf07 100644
--- a/firmware/powermgmt.c
+++ b/firmware/powermgmt.c
@@ -767,9 +767,6 @@ void shutdown_hw(void)
767 storage_spindown(1); 767 storage_spindown(1);
768 } 768 }
769 769
770 while (storage_disk_is_active())
771 sleep(HZ/10);
772
773#if CONFIG_CODEC == SWCODEC 770#if CONFIG_CODEC == SWCODEC
774 audiohw_close(); 771 audiohw_close();
775#else 772#else