commit | 17ce039b4e5405c49d8c0d64e6d781cc6f4dc1ac | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Oct 07 06:30:27 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Oct 14 12:37:19 2016 -0300 |
tree | d7397433bd2745f18491385eb2d084619721eaf6 | |
parent | 0d43c0ff8b7e0a76136c602625efa5e6919baf9c [diff] |
[media] cxusb: 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. Reviewed-by: Patrick Boettcher <patrick.boettcher@posteo.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>