From: Alan Stern Date: Mon, 23 Apr 2007 21:30:32 +0000 (-0400) Subject: USB: set the correct Interrupt interval in usb_bulk_msg X-Git-Tag: v2.6.22-rc3~91^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d062b9a3516c6fbcf749bcc864fdb8b3def1caa;p=pandora-kernel.git 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 --- Reading git-diff-tree failed