linux/drivers/media/platform/amphion
Uwe Kleine-König a79495b042 media: vpu_drv: Convert to platform remove callback returning void
The .remove() callback for a platform driver returns an int which makes
many driver authors wrongly assume it's possible to do error handling by
returning an error code. However the value returned is (mostly) ignored
and this typically results in resource leaks. To improve here there is a
quest to make the remove callback return void. In the first step of this
quest all drivers are converted to .remove_new() which already returns
void.

Trivially convert this driver from always returning zero in the remove
callback to the void returning variant.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
2023-04-11 16:59:14 +02:00
..
Kconfig
Makefile
vdec.c media: amphion: support to decode RealVideo video 2023-04-10 14:09:35 +01:00
venc.c media: amphion: remove redundant check of colorspace in venc_s_fmt 2023-02-06 08:57:57 +01:00
vpu.h media: amphion: try to wakeup vpu core to avoid failure 2022-11-25 11:25:51 +00:00
vpu_cmds.c media: amphion: try to wakeup vpu core to avoid failure 2022-11-25 11:25:51 +00:00
vpu_cmds.h
vpu_codec.h media: amphion: decoder implement display delay enable 2023-03-19 22:54:56 +01:00
vpu_color.c media: amphion: correct the unspecified color space 2023-02-08 07:32:31 +01:00
vpu_core.c media: vpu_core: Convert to platform remove callback returning void 2023-04-11 16:59:14 +02:00
vpu_core.h media: amphion: fix a bug that vpu core may not resume after suspend 2022-08-30 15:27:51 +02:00
vpu_dbg.c media: amphion: tell and handle contiguous and non contiguous format 2022-11-25 11:02:35 +00:00
vpu_defs.h media: amphion: handle picture skipped event 2022-05-13 11:02:19 +02:00
vpu_drv.c media: vpu_drv: Convert to platform remove callback returning void 2023-04-11 16:59:14 +02:00
vpu_helpers.c media: amphion: tell and handle contiguous and non contiguous format 2022-11-25 11:02:35 +00:00
vpu_helpers.h media: amphion: tell and handle contiguous and non contiguous format 2022-11-25 11:02:35 +00:00
vpu_imx8q.c
vpu_imx8q.h
vpu_malone.c media: amphion: support to decode RealVideo video 2023-04-10 14:09:35 +01:00
vpu_malone.h media: amphion: support to decode RealVideo video 2023-04-10 14:09:35 +01:00
vpu_mbox.c
vpu_mbox.h
vpu_msgs.c media: amphion: lock and check m2m_ctx in event handler 2022-11-25 11:27:04 +00:00
vpu_msgs.h
vpu_rpc.c media: amphion: vdec check format in enum_fmt 2022-06-20 10:30:34 +01:00
vpu_rpc.h media: amphion: only insert the first sequence startcode for vc1l format 2022-07-08 18:18:49 +01:00
vpu_v4l2.c media: amphion: lock and check m2m_ctx in event handler 2022-11-25 11:27:04 +00:00
vpu_v4l2.h media: amphion: tell and handle contiguous and non contiguous format 2022-11-25 11:02:35 +00:00
vpu_windsor.c media: amphion: try to wakeup vpu core to avoid failure 2022-11-25 11:25:51 +00:00
vpu_windsor.h