dect
/
linux-2.6
Archived
13
0
Fork 0

V4L/DVB (10946): radio-rtrack2: fix double mutex_unlock

Patch fixes double mutex unlocking.

Signed-off-by: Alexey Klimov <klimov.linux@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Alexey Klimov 2009-03-10 05:14:00 -03:00 committed by Mauro Carvalho Chehab
parent 5c8e2403ba
commit 7d7b4b6352
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ static void rt_mute(struct rtrack2 *dev)
mutex_lock(&dev->lock);
outb(1, dev->io);
mutex_unlock(&dev->lock);
mutex_unlock(&dev->lock);
dev->muted = 1;
}