media: zoran: Use video_drvdata to get struct zoran
authorCorentin Labbe <clabbe@baylibre.com>
Fri, 25 Sep 2020 18:30:30 +0000 (20:30 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 1 Oct 2020 07:39:59 +0000 (09:39 +0200)
commitcd669be210b80582609d4d9bf628b20b376f8096
treed9038a41d68ff155890a96c9617eb5a9cb248df2
parent109d5cc0d067add9e42140b329ca73789f913a24
media: zoran: Use video_drvdata to get struct zoran

Using video_drvdata() is proper and shorter than using directly
fh pointers.

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/zoran/zoran_driver.c