projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2fbf10
)
USB: uhci: rm repeatedly evaluation for urbp->qh
author
Bob Liu
<yjfpb04@gmail.com>
Tue, 28 Jul 2009 14:31:06 +0000
(22:31 +0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 23 Sep 2009 13:46:30 +0000
(06:46 -0700)
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>
drivers/usb/host/uhci-q.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/uhci-q.c
b/drivers/usb/host/uhci-q.c
index
64e57bf
..
acd582c
100644
(file)
--- 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