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

Commit c3443a6d authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

USB: xhci: fix compiler warning.



Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Cc: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent c024b726
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1743,7 +1743,6 @@ static int prepare_ring(struct xhci_hcd *xhci, struct xhci_ring *ep_ring,
	if (enqueue_is_link_trb(ep_ring)) {
		struct xhci_ring *ring = ep_ring;
		union xhci_trb *next;
		unsigned long long addr;

		xhci_dbg(xhci, "prepare_ring: pointing to link trb\n");
		next = ring->enqueue;