From: Johan Hovold Date: Tue, 13 Aug 2013 11:27:34 +0000 (+0200) Subject: USB: mos7720: fix broken control requests X-Git-Tag: v3.2.51~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3c49071a1db7a9900134af850b0437005d1a045;p=pandora-kernel.git USB: mos7720: fix broken control requests commit ef6c8c1d733e244f0499035be0dabe1f4ed98c6f upstream. The parallel-port code of the drivers used a stack allocated control-request buffer for asynchronous (and possibly deferred) control requests. This not only violates the no-DMA-from-stack requirement but could also lead to corrupt control requests being submitted. Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed