> 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