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

Commit c0ad7291 authored by Bob Liu's avatar Bob Liu Committed by Greg Kroah-Hartman
Browse files

USB: uhci: rm repeatedly evaluation for urbp->qh

parent a2fbf10e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1422,7 +1422,6 @@ static int uhci_urb_enqueue(struct usb_hcd *hcd,
		goto err_submit_failed;

	/* Add this URB to the QH */
	urbp->qh = qh;
	list_add_tail(&urbp->node, &qh->queue);

	/* If the new URB is the first and only one on this QH then either