Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364747
b: refs/heads/master
c: 9ee1c7f
h: refs/heads/master
i:
  364745: ee36c9b
  364743: c74381d
v: v3
  • Loading branch information
Felipe Balbi committed Mar 18, 2013
1 parent 81e4788 commit a268dab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a16283e11d4443430b826c7b131a244e494ac53c
refs/heads/master: 9ee1c7fbeab5b671d3b63f2dd33ad48235efcfe8
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/ohci-exynos.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ static int exynos_ohci_probe(struct platform_device *pdev)
return -ENOMEM;

phy = devm_usb_get_phy(&pdev->dev, USB_PHY_TYPE_USB2);
if (IS_ERR_OR_NULL(phy)) {
if (IS_ERR(phy)) {
/* Fallback to pdata */
if (!pdata) {
dev_warn(&pdev->dev, "no platform data or transceiver defined\n");
Expand Down

0 comments on commit a268dab

Please sign in to comment.