No need to save the settings in clean_shutdown(), it is always saved, and will be written in the ata_flush() call.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4961 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8e84657461
commit
de0100fafb
1 changed files with 0 additions and 1 deletions
|
@ -221,7 +221,6 @@ bool clean_shutdown(void)
|
||||||
lcd_clear_display();
|
lcd_clear_display();
|
||||||
splash(0, true, str(LANG_SHUTTINGDOWN));
|
splash(0, true, str(LANG_SHUTTINGDOWN));
|
||||||
mpeg_stop();
|
mpeg_stop();
|
||||||
settings_save();
|
|
||||||
ata_flush();
|
ata_flush();
|
||||||
ata_spindown(1);
|
ata_spindown(1);
|
||||||
while(ata_disk_is_active())
|
while(ata_disk_is_active())
|
||||||
|
|
Loading…
Reference in a new issue