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:
parent
1a682bedad
commit
00c1e0533b
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue