From: Johan Hovold Date: Tue, 13 Aug 2013 11:27:34 +0000 (+0200) Subject: USB: mos7720: fix broken control requests X-Git-Tag: v3.11-rc6~10^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef6c8c1d733e244f0499035be0dabe1f4ed98c6f;p=pandora-kernel.git USB: mos7720: fix broken control requests 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. Cc: stable@vger.kernel.org Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed