aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/usb/host/ehci-s5p.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/ehci-s5p.c b/drivers/usb/host/ehci-s5p.c
index a81465ed48db..379037f51a2f 100644
--- a/drivers/usb/host/ehci-s5p.c
+++ b/drivers/usb/host/ehci-s5p.c
@@ -105,6 +105,7 @@ static int s5p_ehci_probe(struct platform_device *pdev)
105 if (IS_ERR(phy)) { 105 if (IS_ERR(phy)) {
106 /* Fallback to pdata */ 106 /* Fallback to pdata */
107 if (!pdata) { 107 if (!pdata) {
108 usb_put_hcd(hcd);
108 dev_warn(&pdev->dev, "no platform data or transceiver defined\n"); 109 dev_warn(&pdev->dev, "no platform data or transceiver defined\n");
109 return -EPROBE_DEFER; 110 return -EPROBE_DEFER;
110 } else { 111 } else {