Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354621
b: refs/heads/master
c: 52758bc
h: refs/heads/master
i:
  354619: ff650f6
v: v3
  • Loading branch information
Vivek Gautam authored and Felipe Balbi committed Jan 25, 2013
1 parent d7f3c33 commit e6bc291
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: b0e45ddb96d5a972a8b76354f036b90549ae85b3
refs/heads/master: 52758bcb7c12bede2a81849dee13f1edcd44e1c1
2 changes: 1 addition & 1 deletion trunk/drivers/usb/dwc3/host.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ int dwc3_host_init(struct dwc3 *dwc)
struct platform_device *xhci;
int ret;

xhci = platform_device_alloc("xhci-hcd", -1);
xhci = platform_device_alloc("xhci-hcd", PLATFORM_DEVID_AUTO);
if (!xhci) {
dev_err(dwc->dev, "couldn't allocate xHCI device\n");
ret = -ENOMEM;
Expand Down

0 comments on commit e6bc291

Please sign in to comment.