]> git.baikalelectronics.ru Git - kernel.git/commit
[media] gp8psk: don't do DMA on stack
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 7 Oct 2016 14:24:21 +0000 (11:24 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 14 Oct 2016 15:45:03 +0000 (12:45 -0300)
commitdc50b76774a7d765417fcc6992833caedea18b4e
tree84a657641f2c6d524f8503481de89ac8ad3a9739
parentd948186b5e3ec0f32efa861c9d68b109b16253d2
[media] gp8psk: don't do DMA on stack

The USB control messages require DMA to work. We cannot pass
a stack-allocated buffer, as it is not warranted that the
stack would be into a DMA enabled area.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/usb/dvb-usb/gp8psk.c