From: Mark Brown Date: Mon, 20 Mar 2023 18:50:05 +0000 (+0000) Subject: spi: sprd: Convert to platform remove callback X-Git-Tag: v6.4-rc1~124^2~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=103c6a315bc7ae0442be683b8d725d51615d280b;p=thirdparty%2Fkernel%2Flinux.git spi: sprd: Convert to platform remove callback Merge series from Uwe Kleine-König : An early error return from a remove callback is usally wrong. In the case of the spi-sprd driver it's not that critical because the skipped steps are mainly undoing the things that a successful runtime-resume would have done. Still it's cleaner to not exit early and not return an (mostly ignored) error value. The second patch converts to .remove_new (which is the motivation for this series). --- 103c6a315bc7ae0442be683b8d725d51615d280b