Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1597f1f676d2c425028b6a20f21a987f489dbdd2
Commit:     1597f1f676d2c425028b6a20f21a987f489dbdd2
Parent:     7963fa48dafd07a8c6b6007fb038095553ad6a0f
Author:     Oleg Nesterov <[EMAIL PROTECTED]>
AuthorDate: Thu Aug 9 12:02:30 2007 -0300
Committer:  Mauro Carvalho Chehab <[EMAIL PROTECTED]>
CommitDate: Tue Oct 9 22:04:46 2007 -0300

    V4L/DVB (5990): cinergyt2_suspend: don't forget to unlock cinergyt2->wq_sem
    
    Restore unlock of cinergyt2->wq_sem, was deleted by accident.
    
    Signed-off-by: Oleg Nesterov <[EMAIL PROTECTED]>
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 drivers/media/dvb/cinergyT2/cinergyT2.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/media/dvb/cinergyT2/cinergyT2.c 
b/drivers/media/dvb/cinergyT2/cinergyT2.c
index 28929b6..b910fa0 100644
--- a/drivers/media/dvb/cinergyT2/cinergyT2.c
+++ b/drivers/media/dvb/cinergyT2/cinergyT2.c
@@ -1008,6 +1008,8 @@ static int cinergyt2_suspend (struct usb_interface *intf, 
pm_message_t state)
        cinergyt2_sleep(cinergyt2, 1);
        mutex_unlock(&cinergyt2->sem);
 
+       mutex_unlock(&cinergyt2->wq_sem);
+
        return 0;
 }
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to