Hello, this patch series removes all platform remove functions that only return zero below drivers/soc. There is no reason to have these, as the only caller is platform core code doing: if (drv->remove) { int ret = drv->remove(dev); if (ret) dev_warn(...) } (in platform_remove()) and so having no remove function is both equivalent and simpler. Best regards Uwe Uwe Kleine-König (3): soc: bcm: bcm2835-power: Drop empty platform remove function soc: mediatek: mutex: Drop empty platform remove function soc: tegra: cbb: Drop empty platform remove function drivers/soc/bcm/bcm2835-power.c | 6 ------ drivers/soc/mediatek/mtk-mutex.c | 6 ------ drivers/soc/tegra/cbb/tegra234-cbb.c | 6 ------ 3 files changed, 18 deletions(-) base-commit: 830b3c68c1fb1e9176028d02ef86f3cf76aa2476 -- 2.38.1