[Some people who received this message don't often get email from krzk@xxxxxxxxxx. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
On 20/08/2024 14:34, Rong Qianfeng wrote:
devm_clk_get_enabled() will call devm_clk_get() + clk_prepare_enable()That's obvious, drop. You do not have to explain basic APIs. Instead say
and the clock will automatically be disabled, unprepared and freed when
the device is unbound from the bus.
what is being simplified here.
So simplify mtk_smi_common_probe()Also explain that you fix bug of missing unprepare in unbind and add
accordingly.
Fixes+CC stable tags.
Best regards,
Krzysztof