Hello, this series converts all drivers below drivers/media/platform to struct platform_driver::remove_new(). See commit 5c5a7680e67b ("platform: Provide a remove callback that returns no value") for an extended explanation and the eventual goal. All conversations are trivial, because their .remove() callbacks returned zero unconditionally. There are no interdependencies between these patches, so they could be picked up individually. But I'd hope that they get picked up all together by Mauro. Best regards Uwe Uwe Kleine-König (5): media: chips-media: wave5: Convert to platform remove callback returning void media: nuvoton: Convert to platform remove callback returning void media: nxp: imx8-isi: Convert to platform remove callback returning void media: stm32-dcmipp: Convert to platform remove callback returning void media: ti: j721e-csi2rx: Convert to platform remove callback returning void drivers/media/platform/chips-media/wave5/wave5-vpu.c | 6 ++---- drivers/media/platform/nuvoton/npcm-video.c | 6 ++---- drivers/media/platform/nxp/imx8-isi/imx8-isi-core.c | 6 ++---- drivers/media/platform/st/stm32/stm32-dcmipp/dcmipp-core.c | 6 ++---- drivers/media/platform/ti/j721e-csi2rx/j721e-csi2rx.c | 6 ++---- 5 files changed, 10 insertions(+), 20 deletions(-) base-commit: 33e1d31873f87d119e5120b88cd350efa68ef276 -- 2.43.0