diff --git a/[refs] b/[refs] index 84ec2d39ddcc..d0518d2d07a2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b0e45ddb96d5a972a8b76354f036b90549ae85b3 +refs/heads/master: 52758bcb7c12bede2a81849dee13f1edcd44e1c1 diff --git a/trunk/drivers/usb/dwc3/host.c b/trunk/drivers/usb/dwc3/host.c index 56a62342884d..0fa1846eda4c 100644 --- a/trunk/drivers/usb/dwc3/host.c +++ b/trunk/drivers/usb/dwc3/host.c @@ -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;