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

Andrew Lunn andrew at lunn.ch
Fri Aug 30 07:04:39 PDT 2024


> 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



More information about the linux-arm-kernel mailing list