Re: [PATCH v2 9/9] davinci: Use a local media device pointer instead

2016-12-09 Thread Laurent Pinchart
Hi Sakari, Thank you for the patch. On Friday 09 Dec 2016 16:53:42 Sakari Ailus wrote: > The function has a local variable that points to the media device; use > that instead of finding the media device under the entity. > > Signed-off-by: Sakari Ailus Reviewed-by: Laurent Pinchart > --- >

[PATCH v2 9/9] davinci: Use a local media device pointer instead

2016-12-09 Thread Sakari Ailus
The function has a local variable that points to the media device; use that instead of finding the media device under the entity. Signed-off-by: Sakari Ailus --- drivers/staging/media/davinci_vpfe/vpfe_video.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/stagin