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

Commit 261fa12b authored by Peter Senna Tschudin's avatar Peter Senna Tschudin Committed by Sarah Sharp
Browse files

drivers/usb/host/xhci-ring.c: removes unnecessary semicolon

removes unnecessary semicolon

Found by Coccinelle: http://coccinelle.lip6.fr/



Signed-off-by: default avatarPeter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: default avatarSarah Sharp <sarah.a.sharp@linux.intel.com>
parent 3415fc94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2852,7 +2852,7 @@ static int prepare_ring(struct xhci_hcd *xhci, struct xhci_ring *ep_ring,
			xhci_err(xhci, "Ring expansion failed\n");
			return -ENOMEM;
		}
	};
	}

	if (enqueue_is_link_trb(ep_ring)) {
		struct xhci_ring *ring = ep_ring;