summaryrefslogtreecommitdiff
path: root/firmware/powermgmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/powermgmt.c')
-rw-r--r--firmware/powermgmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/powermgmt.c b/firmware/powermgmt.c
index 60565b1573..750f8d5ef4 100644
--- a/firmware/powermgmt.c
+++ b/firmware/powermgmt.c
@@ -761,7 +761,7 @@ void shutdown_hw(void)
761 761
762/* Commit pending writes if needed. Even though we don't do write caching, 762/* Commit pending writes if needed. Even though we don't do write caching,
763 things like flash translation layers may need this to commit scattered 763 things like flash translation layers may need this to commit scattered
764 pages to there final locations. So far only used for iPod Nano 2G. */ 764 pages to their final locations. So far only used for iPod Nano 2G. */
765#ifdef HAVE_STORAGE_FLUSH 765#ifdef HAVE_STORAGE_FLUSH
766 storage_flush(); 766 storage_flush();
767#endif 767#endif