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
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