git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
762e92f
)
USB: set the correct Interrupt interval in usb_bulk_msg
author
Alan Stern
<stern@rowland.harvard.edu>
Mon, 23 Apr 2007 21:30:32 +0000
(17:30 -0400)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 23 May 2007 06:45:49 +0000
(23:45 -0700)
This patch (as902) fixes a mistake I introduced into usb_bulk_msg().
usb_fill_int_urb() already does the bit-shifting calculation for
high-speed Interrupt intervals; it shouldn't be done twice.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
No differences found