[<prev] [next>] [day] [month] [year] [list]
Message-Id: <E1Ni8UK-000878-66@www.linuxtv.org>
Date: Thu, 18 Feb 2010 16:40:24 +0100
From: Patch from Mauro Carvalho Chehab
<linuxtv-commits-bounces@...uxtv.org>
To: linuxtv-commits@...uxtv.org
Cc: Mocean Laboratories <info@...ean-labs.com>,
Randy Dunlap <randy.dunlap@...cle.com>,
Mauro Carvalho Chehab <mchehab@...hat.com>,
linux-kernel@...r.kernel.org, Kang Yong <kangyong@...egent.com>,
Huang Shijie <shijie8@...il.com>,
Zhang Xiaobing <xbzhang@...egent.com>,
Randy Dunlap <randy.dunlap@...cle.com>,
Mauro Carvalho Chehab <mchehab@...hat.com>,
Richard Rojfors <richard.rojfors@...agicore.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Samuel Ortiz <sameo@...ux.intel.com>,
Randy Dunlap <randy.dunlap@...cle.com>,
Mauro Carvalho Chehab <mchehab@...hat.com>,
Mauro Carvalho Chehab <mchehab@...hat.com>
Subject: [git:v4l-dvb/master] V4L/DVB: tm6000: fix mutex lock unbalance
From: Mauro Carvalho Chehab <mchehab@...hat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@...hat.com>
drivers/staging/tm6000/tm6000-cards.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
http://git.linuxtv.org/v4l-dvb.git?a=commit;h=955ac2240299dca3b878a4a19e72cd7463f996b0
diff --git a/drivers/staging/tm6000/tm6000-cards.c b/drivers/staging/tm6000/tm6000-cards.c
index 8297801..c0159a1 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:
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists