Re: [PATCH 5/6] omap_vout: use struct v4l2_fh
On Wed, 2019-07-17 at 15:29 +0200, Hans Verkuil wrote: > This driver is one of the few that is still not using struct > v4l2_fh. Convert it. > > Tested on a Pandaboard. > > Signed-off-by: Hans Verkuil Reviewed-by: Ezequiel Garcia
[PATCH 5/6] omap_vout: use struct v4l2_fh
This driver is one of the few that is still not using struct v4l2_fh. Convert it. Tested on a Pandaboard. Signed-off-by: Hans Verkuil --- drivers/media/platform/omap/omap_vout.c | 53 + 1 file changed, 27 insertions(+), 26 deletions(-) diff --git a/drivers/media/platfor