Re: [PATCH 2/4] via-camera: use struct v4l2_fh

2019-07-21 Thread Ezequiel Garcia
On Wed, 2019-07-17 at 11:03 +0200, Hans Verkuil wrote: > Modern V4L2 drivers should use struct v4l2_fh to represent a filehandle. > This driver was one of the few that didn't use it. > > Signed-off-by: Hans Verkuil Reviewed-by: Ezequiel Garcia > --- > drivers/media/platform/via-camera.c | 47

[PATCH 2/4] via-camera: use struct v4l2_fh

2019-07-17 Thread Hans Verkuil
Modern V4L2 drivers should use struct v4l2_fh to represent a filehandle. This driver was one of the few that didn't use it. Signed-off-by: Hans Verkuil --- drivers/media/platform/via-camera.c | 47 + 1 file changed, 27 insertions(+), 20 deletions(-) diff --git a/driv