diff --git a/[refs] b/[refs] index ea2f86767937..4cb670284ae7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3d4c0d4ffb418800b2d1af111f9e1d5b204ee55c +refs/heads/master: 8b5d6b0a4353d0e3517947f894be215750d681bb diff --git a/trunk/drivers/usb/dwc3/host.c b/trunk/drivers/usb/dwc3/host.c index 7cfe211b6c37..b108d18fd40d 100644 --- a/trunk/drivers/usb/dwc3/host.c +++ b/trunk/drivers/usb/dwc3/host.c @@ -53,7 +53,7 @@ int dwc3_host_init(struct dwc3 *dwc) struct platform_device *xhci; int ret; - xhci = platform_device_alloc("xhci", -1); + xhci = platform_device_alloc("xhci-hcd", -1); if (!xhci) { dev_err(dwc->dev, "couldn't allocate xHCI device\n"); ret = -ENOMEM;