From: Bob Liu Date: Tue, 28 Jul 2009 14:31:06 +0000 (+0800) Subject: USB: uhci: rm repeatedly evaluation for urbp->qh X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c0ad7291aae3f76920bdddbc517e20b8d4338ec2;p=linux-beck.git USB: uhci: rm repeatedly evaluation for urbp->qh Signed-off-by: Bob Liu Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/uhci-q.c b/drivers/usb/host/uhci-q.c index 64e57bfe236b..acd582c02802 100644 --- a/drivers/usb/host/uhci-q.c +++ b/drivers/usb/host/uhci-q.c @@ -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