On Sat, 15 Apr 2023 22:18:48 +0200, Uwe Kleine-König wrote: > When a platform_driver's .remove() callback returns an error, the driver > core emits > > remove callback returned a non-zero value. This will be ignored. > > . Replace this by a more specific error message. Then convert to > .remove_new() which is equivalent to returning zero unconditionally in > .remove(). See commit 5c5a7680e67b ("platform: Provide a remove callback > that returns no value") for its rationale. > > [...] Applied, thanks! [1/1] soc: qcom: ramp_controller: Improve error message for failure in .remove() commit: c72e31718a8fb9bc070ee99f273446e05caa687d Best regards, -- Bjorn Andersson <andersson@xxxxxxxxxx>