commit | 8f306145df334e2797ef5aa63225cd5178e569c1 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Fri Oct 07 08:51:23 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Oct 14 12:44:03 2016 -0300 |
tree | b7395d42f6585a168d8c3f9bca3824db84050c01 | |
parent | a3f9f07e06ebf37261171e167e2110b758c2a147 [diff] |
[media] dtv5100: 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@osg.samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>