linux/drivers/media/platform/mediatek
Uwe Kleine-König 413c0d74ed media: mtk_jpeg_core: 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:15 +02:00
..
jpeg media: mtk_jpeg_core: Convert to platform remove callback returning void 2023-04-11 16:59:15 +02:00
mdp media: Switch to use dev_err_probe() helper 2022-12-07 17:58:46 +01:00
mdp3 media: platform: mtk-mdp3: Add missing check and free for ida_alloc 2023-03-19 22:53:47 +01:00
vcodec media: mediatek: vcodec: change lat thread decode error condition 2023-04-10 14:15:23 +01:00
vpu media: platform: rename mediatek/mtk-jpeg/ to mediatek/jpeg/ 2022-03-18 05:58:35 +01:00
Kconfig media: platform: mtk-mdp3: add MediaTek MDP3 driver 2022-08-30 16:25:51 +02:00
Makefile media: platform: mtk-mdp3: add MediaTek MDP3 driver 2022-08-30 16:25:51 +02:00