Re: [PATCH] vim2m: Clean up file handle in open() error path.

2016-12-16 Thread Laurent Pinchart
On Friday 16 Dec 2016 14:31:15 santosh kumar singh wrote: > Dear Mr. laurent, > > Can you please check the patch submitted by me. No, because I haven't received it :-) You've sent it as an HTML message it it thus got dropped by the mailing list. Please don't send HTML e-mails. While at it, when

Re: [PATCH] vim2m: Clean up file handle in open() error path.

2016-12-12 Thread Laurent Pinchart
Hi Santosh, Thank you for the patch. On Wednesday 07 Dec 2016 22:53:39 Santosh Kumar Singh wrote: > Fix to avoid possible memory leak and exit file handle > in error paths. > > Signed-off-by: Santosh Kumar Singh > --- > drivers/media/platform/vim2m.c | 2 ++ > 1 file changed, 2 insertions(+) >

[PATCH] vim2m: Clean up file handle in open() error path.

2016-12-07 Thread Santosh Kumar Singh
Fix to avoid possible memory leak and exit file handle in error paths. Signed-off-by: Santosh Kumar Singh --- drivers/media/platform/vim2m.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/platform/vim2m.c b/drivers/media/platform/vim2m.c index a98f679..9fd24b8 100644 --- a/d