]> git.baikalelectronics.ru Git - 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)
commitd9ec1345c41e55b0a78b01defa39413939fdf854
treeaf943f9b6774b2c10e0b8d71da9055c8e6beec34
parentbb8804aaf7cc28777f90e99fb9287219eee8fc95
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