diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2002-09-02 12:48:08 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2002-09-02 12:48:08 +0000 |
| commit | 00c1e0533b582854b69745ce69c97b0fe1bc56ad (patch) | |
| tree | 389fddc8237c9b735f7876a691a658d5ba221102 | |
| parent | 1a682bedad33742805b26989ac7a6e789ea92f6f (diff) | |
| download | rockbox-00c1e0533b582854b69745ce69c97b0fe1bc56ad.zip rockbox-00c1e0533b582854b69745ce69c97b0fe1bc56ad.tar.gz rockbox-00c1e0533b582854b69745ce69c97b0fe1bc56ad.tar.bz2 rockbox-00c1e0533b582854b69745ce69c97b0fe1bc56ad.tar.xz | |
Ooops! perform_soft_reset() unlocked the mutex...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2132 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/drivers/ata.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c index 101c9bd..be9d5d5 100644 --- a/firmware/drivers/ata.c +++ b/firmware/drivers/ata.c @@ -512,7 +512,6 @@ static int perform_soft_reset(void) ret = ret?0:-1; sleeping = false; - mutex_unlock(&ata_mtx); return ret; } |