Xilinx: ARM: xuartps: Fix calling order of clk routines
In the probe() error path clk_disable() was called _after_
clk_unprepare(). The correct order is to call clk_disable()
first and then clk_unprepare().
Signed-off-by:
Soren Brinkmann <soren.brinkmann@xilinx.com>
Loading
Please sign in to comment