diff options
| author | Mauro Carvalho Chehab <[email protected]> | 2010-02-12 03:52:46 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2010-05-18 00:44:00 -0300 |
| commit | dfd36d83d963f14c383067cb7fa23f85c7b981b9 (patch) | |
| tree | 734e4e7720568b7014b0ef289c412eabaad0caec | |
| parent | 762e17eb520cf31daa46061818f13b0665e38d7f (diff) | |
V4L/DVB: tm6000: fix mutex lock unbalance
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
| -rw-r--r-- | drivers/staging/tm6000/tm6000-cards.c | 1 |
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: |