Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289635
b: refs/heads/master
c: 7d26b58
h: refs/heads/master
i:
  289633: 75ec135
  289631: ff0f06d
v: v3
  • Loading branch information
Paul Zimmerman authored and Felipe Balbi committed Mar 2, 2012
1 parent 5580c14 commit 5ad9864
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 3e87c42a29f14c7a346f912e084f6ab13ea8288b
refs/heads/master: 7d26b58735f5badf2b7ce3320c6ba21b603c77a9
4 changes: 3 additions & 1 deletion trunk/drivers/usb/dwc3/dwc3-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,10 @@ static int __devinit dwc3_pci_probe(struct pci_dev *pci,
pci_set_master(pci);

devid = dwc3_get_device_id();
if (devid < 0)
if (devid < 0) {
ret = -ENOMEM;
goto err1;
}

dwc3 = platform_device_alloc("dwc3", devid);
if (!dwc3) {
Expand Down

0 comments on commit 5ad9864

Please sign in to comment.