Re: [PATCH 3/5] pinctrl: mvebu: Use devm_clk_get_enabled() helpers

From: Andrew Lunn
Date: Fri Aug 30 2024 - 10:05:33 EST


> Actually, I add "goto err_probe" in patch2/5 for fix the clock disable error. Based on that,
> I delete them in patch3/5. Because I want to use devm_clk_get_enabled() instead of original
> devm_clk_get(), and need to remove the disable clock operation.
>
> It seems that it is unable to reverse the order of thes two patches. How about combining
> These two patches into one?

You should not add code and then delete it. How you achieve that is up
to you.

Andrew