This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/media_tree.git tree:

Subject: [media] tm6000: Fix mutex unbalance
Author:  Dmitri Belimov <d.beli...@gmail.com>
Date:    Tue Dec 28 21:49:07 2010 -0300

Hi

Fix never unlocked mutex. No more crash after removing USB stick.

With my best regards, Dmitry.

Signed-off-by: Beholder Intl. Ltd. Dmitry Belimov <d.beli...@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>

 drivers/staging/tm6000/tm6000-core.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

---

http://git.linuxtv.org/media_tree.git?a=commitdiff;h=95e9b3e7d40a058e665da0dd7630795b1973efde

diff --git a/drivers/staging/tm6000/tm6000-core.c 
b/drivers/staging/tm6000/tm6000-core.c
index 8c897d7..96aed4a 100644
--- a/drivers/staging/tm6000/tm6000-core.c
+++ b/drivers/staging/tm6000/tm6000-core.c
@@ -722,5 +722,5 @@ void tm6000_close_extension(struct tm6000_core *dev)
                                ops->fini(dev);
                }
        }
-       mutex_lock(&tm6000_devlist_mutex);
+       mutex_unlock(&tm6000_devlist_mutex);
 }

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to