From: Florian Mickler Date: Mon, 21 Mar 2011 18:33:41 +0000 (-0300) Subject: [media] a800: get rid of on-stack dma buffers X-Git-Tag: v3.0-rc1~322^2~180 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54f4e11ae3051ff7a921494be5106788db19dcf7;p=pandora-kernel.git [media] a800: get rid of on-stack dma buffers usb_control_msg initiates (and waits for completion of) a dma transfer using the supplied buffer. That buffer thus has to be seperately allocated on the heap. In lib/dma_debug.c the function check_for_stack even warns about it: WARNING: at lib/dma-debug.c:866 check_for_stack Note: This change is tested to compile only, as I don't have the hardware. Signed-off-by: Florian Mickler Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed