Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325936
b: refs/heads/master
c: df6791d
h: refs/heads/master
v: v3
  • Loading branch information
Shubhrajyoti D authored and Felipe Balbi committed Aug 9, 2012
1 parent 30dcb10 commit e1d96ce
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: c84d364f8178d2bc12827836bf58eb45598262a4
refs/heads/master: df6791d7042d839b68c58cd7dc3699f9ae5a8f22
2 changes: 1 addition & 1 deletion trunk/drivers/usb/otg/otg.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ int usb_add_phy(struct usb_phy *x, enum usb_phy_type type)
unsigned long flags;
struct usb_phy *phy;

if (x && x->type != USB_PHY_TYPE_UNDEFINED) {
if (x->type != USB_PHY_TYPE_UNDEFINED) {
dev_err(x->dev, "not accepting initialized PHY %s\n", x->label);
return -EINVAL;
}
Expand Down

0 comments on commit e1d96ce

Please sign in to comment.