1
0
Fork 0
forked from len0rd/rockbox

Reverted the STANDBY fix from 2004-02-15, rev 1.106

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4352 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2004-03-09 08:52:14 +00:00
parent 24e2bb3438
commit 3a6e2f497b

View file

@ -1000,8 +1000,6 @@ int ata_init(void)
if (rc)
return -60 + rc;
ata_standby(0);
queue_init(&ata_queue);
last_disk_activity = current_tick;