[PATCH] ASoC: samsung: i2s: Check before clk_unregister() not needed

Krzysztof Kozlowski krzysztof.kozlowski at linaro.org
Sun May 29 10:06:16 CEST 2022


On 27/05/2022 08:54, Yihao Han wrote:
> clk_unregister() already checks the clk ptr using
> !clk || WARN_ON_ONCE(IS_ERR(clk)) so there is no need to check it
> again before calling it.
> 

No, this explanation does not make sense. clk_unregister() warns and
this code is not equivalent.



Best regards,
Krzysztof


More information about the Alsa-devel mailing list