From: Josh Boyer Date: Wed, 2 Nov 2011 19:39:58 +0000 (-0300) Subject: ttusb2: Don't use stack variables for DMA X-Git-Tag: v3.2.92~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=489c80155c8691d282ce18f62a3a83b0adf9ee0e;p=pandora-kernel.git ttusb2: Don't use stack variables for DMA commit ff17999184ed13829bc14c3be412d980173dff40 upstream. The ttusb2_msg function uses on-stack variables to submit commands to dvb_usb_generic. This eventually gets to the DMA api layer and will throw a traceback if the debugging options are set. This allocates the temporary buffer variables with kzalloc instead. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=734506 Signed-off-by: Josh Boyer Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed