From bd5a1a96e25ea55ea6064c5965b3b28669d15a62 Mon Sep 17 00:00:00 2001 From: Bob Liu Date: Tue, 28 Jul 2009 22:31:06 +0800 Subject: [PATCH] --- yaml --- r: 164982 b: refs/heads/master c: c0ad7291aae3f76920bdddbc517e20b8d4338ec2 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/usb/host/uhci-q.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 055d21bffb2e..765484b48637 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a2fbf10eba3a38407e3984bc9503342de2b5e399 +refs/heads/master: c0ad7291aae3f76920bdddbc517e20b8d4338ec2 diff --git a/trunk/drivers/usb/host/uhci-q.c b/trunk/drivers/usb/host/uhci-q.c index 64e57bfe236b..acd582c02802 100644 --- a/trunk/drivers/usb/host/uhci-q.c +++ b/trunk/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