From: Alan Stern Date: Tue, 27 Oct 2009 19:26:50 +0000 (-0400) Subject: USB: fix a bug in the scatter-gather library X-Git-Tag: v2.6.33-rc1~315^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed1db3ada189c9af592c4d2971b22b482b68aafe;p=pandora-kernel.git USB: fix a bug in the scatter-gather library This patch (as1298) fixes a bug in the new scatter-gather URB facility. If an URB uses a scatterlist then it should not have the URB_NO_INTERRUPT flag set; otherwise the system won't be notified when the transfer completes. Signed-off-by: Alan Stern Acked-by: David Vrabel CC: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed