commit | 6b08e36ba32b3cb4d44af617c8984f9c2bfdf964 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Wed Mar 04 09:33:32 2015 +0800 |
committer | Kishon Vijay Abraham I <kishon@ti.com> | Thu Mar 12 11:01:17 2015 +0530 |
tree | 9100d38a29c9d9f7e4135ed533ed15a54717f191 | |
parent | a5e5d3c0b239a67d712995f37140e354b5547003 [diff] |
phy: rockchip-usb: Fixup rockchip_usb_phy_power_on failure path If rockchip_usb_phy_power() fails, we need to call clk_disable_unprepare() before return. This is to ensure we have balanced clk_enable/disable calls. Also remove unneeded ret checking in rockchip_usb_phy_power_off. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>