diff options
Diffstat (limited to 'drivers/usb/host/ohci-exynos.c')
-rw-r--r-- | drivers/usb/host/ohci-exynos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-exynos.c b/drivers/usb/host/ohci-exynos.c index e3b7e85120e4..4b469e050208 100644 --- a/drivers/usb/host/ohci-exynos.c +++ b/drivers/usb/host/ohci-exynos.c | |||
@@ -128,7 +128,7 @@ static int exynos_ohci_probe(struct platform_device *pdev) | |||
128 | return -ENOMEM; | 128 | return -ENOMEM; |
129 | 129 | ||
130 | phy = devm_usb_get_phy(&pdev->dev, USB_PHY_TYPE_USB2); | 130 | phy = devm_usb_get_phy(&pdev->dev, USB_PHY_TYPE_USB2); |
131 | if (IS_ERR_OR_NULL(phy)) { | 131 | if (IS_ERR(phy)) { |
132 | /* Fallback to pdata */ | 132 | /* Fallback to pdata */ |
133 | if (!pdata) { | 133 | if (!pdata) { |
134 | dev_warn(&pdev->dev, "no platform data or transceiver defined\n"); | 134 | dev_warn(&pdev->dev, "no platform data or transceiver defined\n"); |