From 322a51d437aed568494d51bfcf8d3bb50059a8b8 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Sun, 23 Jan 2011 12:24:56 +0000 Subject: 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 --- firmware/powermgmt.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'firmware/powermgmt.c') 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 -- cgit