Hi Mauro,
This series has been acked by Marek.
Please include this in your tree for 3.7.
On 24 September 2012 12:25, Marek Szyprowski wrote:
> Hello,
>
> On Monday, September 24, 2012 8:18 AM Sachin Kamat wrote:
>
>> v4l2_m2m_release() was placed after the return statement and outside
>> any of
Hello,
On Monday, September 24, 2012 8:18 AM Sachin Kamat wrote:
> v4l2_m2m_release() was placed after the return statement and outside
> any of the goto labels and hence was not getting executed under the
> error exit path. This patch moves it under the exit path label.
>
> Signed-off-by: Sachi
v4l2_m2m_release() was placed after the return statement and outside
any of the goto labels and hence was not getting executed under the
error exit path. This patch moves it under the exit path label.
Signed-off-by: Sachin Kamat
---
drivers/media/platform/mem2mem_testdev.c |2 +-
1 files cha