commit | 8d062b9a3516c6fbcf749bcc864fdb8b3def1caa | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Mon Apr 23 17:30:32 2007 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue May 22 23:45:49 2007 -0700 |
tree | af943f9b6774b2c10e0b8d71da9055c8e6beec34 | |
parent | 762e92fa1742007dedd90ff6b1ea74842f0cd34b [diff] |
USB: set the correct Interrupt interval in usb_bulk_msg 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>