From 00c1e0533b582854b69745ce69c97b0fe1bc56ad Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Mon, 2 Sep 2002 12:48:08 +0000 Subject: Ooops! perform_soft_reset() unlocked the mutex... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2132 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/ata.c | 1 - 1 file changed, 1 deletion(-) diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c index 101c9bd4e8..be9d5d50f7 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; } -- cgit v1.2.3