Message ID | 20230312161512.2715500-1-u.kleine-koenig@pengutronix.de (mailing list archive) |
---|---|
Headers | show |
Series | clk: Convert to platform remove callback returning void | expand |
On Sun, 12 Mar 2023 17:14:42 +0100, Uwe Kleine-König wrote: > this patch series adapts the platform drivers below drivers/clk > to use the .remove_new() callback. Compared to the traditional .remove() > callback .remove_new() returns no value. This is a good thing because > the driver core doesn't (and cannot) cope for errors during remove. The > only effect of a non-zero return value in .remove() is that the driver > core emits a warning. The device is removed anyhow and an early return > from .remove() usually yields a resource leak. > > [...] Applied, thanks! [22/30] clk: qcom: Convert to platform remove callback returning void commit: c4dc24da5286742f8cc728379f6115c9e886a8a4 Best regards,