Skip to content

Commit

Permalink
V4L/DVB (5990): cinergyt2_suspend: don't forget to unlock cinergyt2->…
Browse files Browse the repository at this point in the history
…wq_sem

Restore unlock of cinergyt2->wq_sem, was deleted by accident.

Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Oleg Nesterov authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent 7963fa4 commit 1597f1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/media/dvb/cinergyT2/cinergyT2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 1597f1f

Please sign in to comment.