Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364742
b: refs/heads/master
c: f4f5ba5
h: refs/heads/master
v: v3
  • Loading branch information
Felipe Balbi committed Mar 18, 2013
1 parent 544c8a5 commit 579b9f7
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: 4dbb71612505de1d3d69d011199554f86273c5e9
refs/heads/master: f4f5ba5e7d9e087f044fe87f5a5421761274aa48
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/s3c-hsotg.c
Original file line number Diff line number Diff line change
Expand Up @@ -3467,7 +3467,7 @@ static int s3c_hsotg_probe(struct platform_device *pdev)
}

phy = devm_usb_get_phy(dev, USB_PHY_TYPE_USB2);
if (IS_ERR_OR_NULL(phy)) {
if (IS_ERR(phy)) {
/* Fallback for pdata */
plat = pdev->dev.platform_data;
if (!plat) {
Expand Down

0 comments on commit 579b9f7

Please sign in to comment.