Re: [patch] [media] mx3-camera: locking typo in mx3_videobuf_queue()

2013-08-28 Thread Guennadi Liakhovetski
On Sat, 24 Aug 2013, Dan Carpenter wrote: On Fri, Aug 23, 2013 at 11:16:51PM +0200, Guennadi Liakhovetski wrote: Hi Dan, On Fri, 23 Aug 2013, Dan Carpenter wrote: There is a return in the middle where we haven't restored the IRQs to their original state. Signed-off-by: Dan

[patch] [media] mx3-camera: locking typo in mx3_videobuf_queue()

2013-08-23 Thread Dan Carpenter
There is a return in the middle where we haven't restored the IRQs to their original state. Signed-off-by: Dan Carpenter dan.carpen...@oracle.com diff --git a/drivers/media/platform/soc_camera/mx3_camera.c b/drivers/media/platform/soc_camera/mx3_camera.c index 1047e3e..4bae910 100644 ---

Re: [patch] [media] mx3-camera: locking typo in mx3_videobuf_queue()

2013-08-23 Thread Guennadi Liakhovetski
Hi Dan, On Fri, 23 Aug 2013, Dan Carpenter wrote: There is a return in the middle where we haven't restored the IRQs to their original state. Signed-off-by: Dan Carpenter dan.carpen...@oracle.com diff --git a/drivers/media/platform/soc_camera/mx3_camera.c