This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11873 - shutdown_hw waits for disk spindown twice
Attached to Project:
Rockbox
Opened by sideral (sideral) - Thursday, 13 January 2011, 10:24 GMT+2
Last edited by Andree Buschmann (Buschel) - Sunday, 23 January 2011, 13:25 GMT+2
Opened by sideral (sideral) - Thursday, 13 January 2011, 10:24 GMT+2
Last edited by Andree Buschmann (Buschel) - Sunday, 23 January 2011, 13:25 GMT+2
|
DetailsSVN r29045
firmware/powermgmt.c:shutdown_hw() contains the following code snippet twice: while (storage_disk_is_active()) sleep(HZ/10); This looks bogus to me. |
This task depends upon
Closed by Andree Buschmann (Buschel)
Sunday, 23 January 2011, 13:25 GMT+2
Reason for closing: Accepted
Additional comments about closing: Changed with r29119.
Sunday, 23 January 2011, 13:25 GMT+2
Reason for closing: Accepted
Additional comments about closing: Changed with r29119.
FS#3001. To me it seems like this was not done intentionally. The latest two patches inFS#3001just add the second "while();" whereas all patches before removed the first section and added the second.So, I am sure we can delete the first call.