Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316981
b: refs/heads/master
c: f8ecf82
h: refs/heads/master
i:
  316979: a36a287
v: v3
  • Loading branch information
Kishon Vijay Abraham I authored and Felipe Balbi committed Jul 2, 2012
1 parent c86738d commit 6d5d153
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ded017ee6c7b90f7356bd8488f8af1c10ba90490
refs/heads/master: f8ecf829481b2cc7301a811da9d2df53ef174977
3 changes: 2 additions & 1 deletion trunk/drivers/usb/otg/otg.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,12 @@ struct usb_phy *usb_get_phy(enum usb_phy_type type)
if (IS_ERR(phy)) {
pr_err("unable to find transceiver of type %s\n",
usb_phy_type_string(type));
return phy;
goto err0;
}

get_device(phy->dev);

err0:
spin_unlock_irqrestore(&phy_lock, flags);

return phy;
Expand Down

0 comments on commit 6d5d153

Please sign in to comment.