summaryrefslogtreecommitdiff
path: root/drivers/staging/tm6000/tm6000-cards.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2010-02-12 03:52:46 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-18 00:44:00 -0300
commitdfd36d83d963f14c383067cb7fa23f85c7b981b9 (patch)
tree734e4e7720568b7014b0ef289c412eabaad0caec /drivers/staging/tm6000/tm6000-cards.c
parent762e17eb520cf31daa46061818f13b0665e38d7f (diff)
V4L/DVB: tm6000: fix mutex lock unbalance
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/staging/tm6000/tm6000-cards.c')
-rw-r--r--drivers/staging/tm6000/tm6000-cards.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/tm6000/tm6000-cards.c b/drivers/staging/tm6000/tm6000-cards.c
index 43620a3f5ec1..268a7de20d6d 100644
--- a/drivers/staging/tm6000/tm6000-cards.c
+++ b/drivers/staging/tm6000/tm6000-cards.c
@@ -496,6 +496,7 @@ static int tm6000_init_dev(struct tm6000_core *dev)
}
#endif
}
+ mutex_unlock(&dev->lock);
return 0;
err2: