From: Jussi Kivilinna Date: Sat, 12 Feb 2011 18:43:23 +0000 (+0200) Subject: zd1211rw: correct use of usb_bulk_msg on interrupt endpoints X-Git-Tag: v2.6.39-rc1~468^2~238^2^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37939810b937aba830dd751291fcdc51cae1a6cb;p=pandora-kernel.git zd1211rw: correct use of usb_bulk_msg on interrupt endpoints zd1211rw is using usb_bulk_msg() with usb_sndbulkpipe() on interrupt endpoint. However usb_bulk_msg() internally corrects this and makes interrupt URB. It's better to change usb_bulk_msgs in zd1211rw to usb_interrupt_msg for less confusion. Signed-off-by: Jussi Kivilinna Signed-off-by: John W. Linville --- Reading git-diff-tree failed