Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364746
b: refs/heads/master
c: a16283e
h: refs/heads/master
v: v3
  • Loading branch information
Felipe Balbi committed Mar 18, 2013
1 parent ee36c9b commit 81e4788
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: 6f3ed4ec182d191d1ba48fbf5aed021d2d00dd37
refs/heads/master: a16283e11d4443430b826c7b131a244e494ac53c
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/ehci-s5p.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ static int s5p_ehci_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 81e4788

Please sign in to comment.