diff options
| author | Bob Liu <yjfpb04@gmail.com> | 2009-07-28 10:31:06 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-23 09:46:30 -0400 |
| commit | c0ad7291aae3f76920bdddbc517e20b8d4338ec2 (patch) | |
| tree | 01819bee78692be4613b2313b396e369af990869 /drivers/usb/host | |
| parent | a2fbf10eba3a38407e3984bc9503342de2b5e399 (diff) | |
USB: uhci: rm repeatedly evaluation for urbp->qh
Signed-off-by: Bob Liu <yjfpb04@gmail.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host')
| -rw-r--r-- | drivers/usb/host/uhci-q.c | 1 |
1 files changed, 0 insertions, 1 deletions
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, | |||
| 1422 | goto err_submit_failed; | 1422 | goto err_submit_failed; |
| 1423 | 1423 | ||
| 1424 | /* Add this URB to the QH */ | 1424 | /* Add this URB to the QH */ |
| 1425 | urbp->qh = qh; | ||
| 1426 | list_add_tail(&urbp->node, &qh->queue); | 1425 | list_add_tail(&urbp->node, &qh->queue); |
| 1427 | 1426 | ||
| 1428 | /* If the new URB is the first and only one on this QH then either | 1427 | /* If the new URB is the first and only one on this QH then either |
