summaryrefslogtreecommitdiff
path: root/firmware/powermgmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/powermgmt.c')
-rw-r--r--firmware/powermgmt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/powermgmt.c b/firmware/powermgmt.c
index f258502c2c..2ca176d072 100644
--- a/firmware/powermgmt.c
+++ b/firmware/powermgmt.c
@@ -1098,7 +1098,6 @@ void shutdown_hw(void)
1098#ifdef HAVE_LCD_BITMAP 1098#ifdef HAVE_LCD_BITMAP
1099 glyph_cache_save(); 1099 glyph_cache_save();
1100#endif 1100#endif
1101 ata_flush();
1102 ata_spindown(1); 1101 ata_spindown(1);
1103 while(ata_disk_is_active()) 1102 while(ata_disk_is_active())
1104 sleep(HZ/10); 1103 sleep(HZ/10);