diff options
author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-01-23 12:24:56 +0000 |
---|---|---|
committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-01-23 12:24:56 +0000 |
commit | 322a51d437aed568494d51bfcf8d3bb50059a8b8 (patch) | |
tree | 88d90df6dc61f997ca5c17620ad313dce7e852dd | |
parent | 6546cd12828d108c4c84ea128a21a102d55a7bd6 (diff) |
Remove code that was unintentionally kept in a resynchronized patch in FS#3001. This closes FS#11873.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29119 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | firmware/powermgmt.c | 3 |
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) storage_spindown(1); } - while (storage_disk_is_active()) - sleep(HZ/10); - #if CONFIG_CODEC == SWCODEC audiohw_close(); #else |