]> git.karo-electronics.de Git - linux-beck.git/commit
[media] dtt200u-fe: don't do DMA on stack
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 7 Oct 2016 11:06:57 +0000 (08:06 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 14 Oct 2016 15:41:37 +0000 (12:41 -0300)
commit89919b518863e7dac98d4d6d4b08ed2113d91d27
tree50d06661de3e3fd77c4a5e18ee38ad47fa5e8d8d
parent208d8af509455ebf25f25f974c9907c0eb1a2b0a
[media] dtt200u-fe: 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/dtt200u-fe.c