Re: [PATCH] Media: Platform: Omap3isp: Do not forget to call

2016-11-25 Thread Laurent Pinchart
Hi Shailendra, Thank you for the patch. On Friday 25 Nov 2016 10:14:32 Shailendra Verma wrote: > v4l2_fh_init is already done.So call the v4l2_fh_exit in error condition > before returing from the function. > > Signed-off-by: Shailendra Verma > --- > drivers/media/platform/omap3isp/ispvideo.c

[PATCH] Media: Platform: Omap3isp: Do not forget to call

2016-11-24 Thread Shailendra Verma
v4l2_fh_init is already done.So call the v4l2_fh_exit in error condition before returing from the function. Signed-off-by: Shailendra Verma --- drivers/media/platform/omap3isp/ispvideo.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/platform/omap3isp/ispvideo.c b/drivers/