From: Christian Lamparter Date: Mon, 27 Sep 2010 23:53:42 +0000 (+0200) Subject: carl9170: interrupt urbs must not set URB_ZERO_PACKET X-Git-Tag: v2.6.37-rc1~147^2~265^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc4769f0bb949e312ad8d9b652047ff6709978c2;p=pandora-kernel.git carl9170: interrupt urbs must not set URB_ZERO_PACKET This patch fixes a bug in the driver which was exposed by CONFIG_USB_DEBUG: "usb 1-1.6.3: BOGUS urb flags, 40 --> 0" The transfer flag "URB_ZERO_PACKET" is only valid for bulk urbs. Reported-by: André Erdmann Signed-off-by: Christian Lamparter Signed-off-by: John W. Linville --- Reading git-diff-tree failed