From: Peter Chen Date: Tue, 17 Sep 2013 04:37:23 +0000 (+0800) Subject: usb: chipidea: imx: Add usb_phy_shutdown at probe's error path X-Git-Tag: v3.12-rc3~1^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a254fea70f402859b92a9cd4299ee5de3bbc2f6;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed