Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e70e3a4a authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: host: xhci: Fix secondary event ring setup"

parents 8ba16da2 576c1e1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2471,7 +2471,7 @@ int xhci_event_ring_setup(struct xhci_hcd *xhci, struct xhci_ring **er,
	if (!*er)
		return -ENOMEM;

	ret = xhci_alloc_erst(xhci, xhci->event_ring, &xhci->erst, flags);
	ret = xhci_alloc_erst(xhci, *er, erst, flags);
	if (ret)
		return ret;