commit | 3a254fea70f402859b92a9cd4299ee5de3bbc2f6 | [log] [tgz] |
---|---|---|
author | Peter Chen <peter.chen@freescale.com> | Tue Sep 17 12:37:23 2013 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Sep 25 17:30:30 2013 -0700 |
tree | f8c00b352e28257b01f54b3b4b171f95676f88f0 | |
parent | 222bed9b2dff53e4402d4819d6fca09e26b765fb [diff] |
usb: chipidea: imx: Add usb_phy_shutdown at probe's error path If not, the PHY will be active even the controller is not in use. We find this issue due to the PHY's clock refcount is not correct due to -EPROBE_DEFER return after phy's init. Signed-off-by: Peter Chen <peter.chen@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>