The change adds missing clk_disable_unprepare(usb_otg_clk) call, also
the disabled clocks are sorted in order opposite to enabled clocks.
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
usb_remove_hcd(hcd);
ohci_nxp_stop_hc();
usb_put_hcd(hcd);
- clk_disable_unprepare(usb_pll_clk);
+ clk_disable_unprepare(usb_otg_clk);
clk_disable_unprepare(usb_dev_clk);
+ clk_disable_unprepare(usb_pll_clk);
i2c_unregister_device(isp1301_i2c_client);
isp1301_i2c_client = NULL;