RE: [PATCH] [media] v4l2: mem2mem: save irq flags correctly

2013-05-28 Thread Kamil Debski
-media- ow...@vger.kernel.org] On Behalf Of John Sheu Sent: Friday, May 24, 2013 2:42 AM To: linux-media@vger.kernel.org Cc: mche...@redhat.com; pa...@osciak.com; John Sheu Subject: [PATCH] [media] v4l2: mem2mem: save irq flags correctly Save flags correctly when taking spinlocks

Re: [PATCH] [media] v4l2: mem2mem: save irq flags correctly

2013-05-28 Thread Pawel Osciak
John, thanks for the patch. On Thu, May 23, 2013 at 5:41 PM, John Sheu s...@google.com wrote: Save flags correctly when taking spinlocks in v4l2_m2m_try_schedule. Signed-off-by: John Sheu s...@google.com Acked-by: Pawel Osciak pa...@osciak.com --- drivers/media/v4l2-core/v4l2-mem2mem.c |

[PATCH] [media] v4l2: mem2mem: save irq flags correctly

2013-05-23 Thread John Sheu
Save flags correctly when taking spinlocks in v4l2_m2m_try_schedule. Signed-off-by: John Sheu s...@google.com --- drivers/media/v4l2-core/v4l2-mem2mem.c | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/drivers/media/v4l2-core/v4l2-mem2mem.c