Loading drivers/usb/dwc3/core.c +1 −0 Original line number Diff line number Diff line Loading @@ -1144,6 +1144,7 @@ static int dwc3_probe(struct platform_device *pdev) return -ENODEV; } dwc->reg_phys = res->start; dwc->xhci_resources[0].start = res->start; dwc->xhci_resources[0].end = dwc->xhci_resources[0].start + DWC3_XHCI_REGS_END; Loading Loading
drivers/usb/dwc3/core.c +1 −0 Original line number Diff line number Diff line Loading @@ -1144,6 +1144,7 @@ static int dwc3_probe(struct platform_device *pdev) return -ENODEV; } dwc->reg_phys = res->start; dwc->xhci_resources[0].start = res->start; dwc->xhci_resources[0].end = dwc->xhci_resources[0].start + DWC3_XHCI_REGS_END; Loading