Re: [patch] [media] dvb: unlock on error in dvb_ca_en50221_io_do_ioctl()

2013-01-07 Thread Nikolaus Schulz
On Fri, Jan 04, 2013 at 09:56:02PM +0300, Dan Carpenter wrote: We recently pushed the locking down into this function, but there was an error path where the unlock was missed. Ugh, indeed. Thanks for catching this! Nikolaus. -- To unsubscribe from this list: send the line unsubscribe

[patch] [media] dvb: unlock on error in dvb_ca_en50221_io_do_ioctl()

2013-01-04 Thread Dan Carpenter
We recently pushed the locking down into this function, but there was an error path where the unlock was missed. Signed-off-by: Dan Carpenter dan.carpen...@oracle.com --- Only needed in linux-next. diff --git a/drivers/media/dvb-core/dvb_ca_en50221.c b/drivers/media/dvb-core/dvb_ca_en50221.c