Re: [PATCH] media: allegro: add the missed check for v4l2_m2m_ctx_init

2019-12-09 Thread Dan Carpenter
On Mon, Dec 09, 2019 at 04:58:07PM +0800, Chuhong Yuan wrote: > diff --git a/drivers/staging/media/allegro-dvt/allegro-core.c > b/drivers/staging/media/allegro-dvt/allegro-core.c > index 6f0cd0784786..5f1d454b41bb 100644 > --- a/drivers/staging/media/allegro-dvt/allegro-core.c > +++ b/drivers/stag

Re: [PATCH] media: allegro: add the missed check for v4l2_m2m_ctx_init

2019-12-09 Thread Michael Tretter
On Mon, 09 Dec 2019 16:58:07 +0800, Chuhong Yuan wrote: > allegro_open() misses a check for v4l2_m2m_ctx_init(). > Add a check and error handling code to fix it. > > Fixes: f20387dfd065 ("media: allegro: add Allegro DVT video IP core driver") > Signed-off-by: Chuhong Yuan Reviewed-by: Michael Tr

[PATCH] media: allegro: add the missed check for v4l2_m2m_ctx_init

2019-12-09 Thread Chuhong Yuan
allegro_open() misses a check for v4l2_m2m_ctx_init(). Add a check and error handling code to fix it. Fixes: f20387dfd065 ("media: allegro: add Allegro DVT video IP core driver") Signed-off-by: Chuhong Yuan --- drivers/staging/media/allegro-dvt/allegro-core.c | 7 +++ 1 file changed, 7 inser