From: Florian Mickler Date: Sun, 20 Mar 2011 21:50:50 +0000 (-0300) Subject: [media] au6610: get rid of on-stack dma buffer X-Git-Tag: v3.0-rc1~322^2~163 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a596f84e2e368a3167947b32c8ea51125f87c58;p=pandora-kernel.git [media] au6610: get rid of on-stack dma buffer 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 Signed-off-by: Florian Mickler Acked-by: Antti Palosaari Reviewed-by: Antti Palosaari Tested-by: Antti Palosaari Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed