Re: [PATCH -next] [media] af9035: fix missing unlock on error in af9035_ctrl_msg()

2013-03-26 Thread Antti Palosaari
@Mauro, that bug is new and coming as I rebased AF9035 IR code to the new AF9035 non-stacked usb buffers, which introduces that mutex. Just apply it to the current master. regards Antti On 03/26/2013 11:46 AM, Antti Palosaari wrote: On 03/26/2013 07:32 AM, Wei Yongjun wrote: From: Wei Yong

Re: [PATCH -next] [media] af9035: fix missing unlock on error in af9035_ctrl_msg()

2013-03-26 Thread Antti Palosaari
On 03/26/2013 07:32 AM, Wei Yongjun wrote: From: Wei Yongjun Add the missing unlock before return from function af9035_ctrl_msg() in the error handling case. Signed-off-by: Wei Yongjun Acked-by: Antti Palosaari Reviewed-by: Antti Palosaari --- drivers/media/usb/dvb-usb-v2/af9035.c |

[PATCH -next] [media] af9035: fix missing unlock on error in af9035_ctrl_msg()

2013-03-25 Thread Wei Yongjun
From: Wei Yongjun Add the missing unlock before return from function af9035_ctrl_msg() in the error handling case. Signed-off-by: Wei Yongjun --- drivers/media/usb/dvb-usb-v2/af9035.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/drivers/media/usb/dvb-us