Re: [Patch 02/16] media: ti-vpe: vpe: Add missing null pointer checks

2019-10-03 Thread Austin Kim
2019년 10월 1일 (화) 오전 12:56, Benoit Parrot 님이 작성: > > Hi Austin, > > Thanks for the review, It's my pleasure. Hope to see this patch will arrive the destination(linux-next) safely. :)

Re: [Patch 02/16] media: ti-vpe: vpe: Add missing null pointer checks

2019-09-30 Thread Benoit Parrot
Hi Austin, Thanks for the review, Austin Kim wrote on Sun [2019-Sep-29 09:08:37 +0900]: > 2019년 9월 28일 (토) 오전 3:37, Benoit Parrot 님이 작성: > > > > A few NULL pointer checks were missing. > > Add check with appropriate return code. > > > > Signed-off-by: Benoit Parrot > > --- > > drivers/media/p

Re: [Patch 02/16] media: ti-vpe: vpe: Add missing null pointer checks

2019-09-28 Thread Austin Kim
2019년 9월 28일 (토) 오전 3:37, Benoit Parrot 님이 작성: > > A few NULL pointer checks were missing. > Add check with appropriate return code. > > Signed-off-by: Benoit Parrot > --- > drivers/media/platform/ti-vpe/vpe.c | 13 - > 1 file changed, 12 insertions(+), 1 deletion(-) > > diff --git a/

[Patch 02/16] media: ti-vpe: vpe: Add missing null pointer checks

2019-09-27 Thread Benoit Parrot
A few NULL pointer checks were missing. Add check with appropriate return code. Signed-off-by: Benoit Parrot --- drivers/media/platform/ti-vpe/vpe.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/drivers/media/platform/ti-vpe/vpe.c b/drivers/media/platform/ti-