media: coda/imx-vdoa: Remove irq member from vdoa_data struct
authorFabio Estevam <fabio.estevam@nxp.com>
Tue, 19 Dec 2017 00:58:44 +0000 (19:58 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 19 Dec 2017 13:09:10 +0000 (08:09 -0500)
commitdc9ce4a06f92a81957a0221359d9292ef3c544a4
tree07206e50cb59e9f51689b27fa1fe975eb1821ef6
parent7369bbf262adbb35e9138ceec30cc301a09f1100
media: coda/imx-vdoa: Remove irq member from vdoa_data struct

The 'irq' member of the vdoa_data struct is only used inside probe,
so there is no need for it. Use a local variable 'ret' instead.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/platform/coda/imx-vdoa.c