]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
USB: set the correct Interrupt interval in usb_bulk_msg
authorAlan Stern <stern@rowland.harvard.edu>
Mon, 23 Apr 2007 21:30:32 +0000 (17:30 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 23 May 2007 06:45:49 +0000 (23:45 -0700)
commit8d062b9a3516c6fbcf749bcc864fdb8b3def1caa
treeaf943f9b6774b2c10e0b8d71da9055c8e6beec34
parent762e92fa1742007dedd90ff6b1ea74842f0cd34b
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>
drivers/usb/core/message.c