1
0
Fork 0
forked from len0rd/rockbox

Ooops! perform_soft_reset() unlocked the mutex...

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2132 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-09-02 12:48:08 +00:00
parent 1a682bedad
commit 00c1e0533b

View file

@ -512,7 +512,6 @@ static int perform_soft_reset(void)
ret = ret?0:-1; ret = ret?0:-1;
sleeping = false; sleeping = false;
mutex_unlock(&ata_mtx);
return ret; return ret;
} }