commit | db65c49e442cf9c9d9dc950f67daf109609f982a | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Mon Oct 10 11:11:13 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Oct 14 12:52:28 2016 -0300 |
tree | dbe7d1944232777e1533e43fbc475a3c17f4634d | |
parent | 45ae4a5220a43ae79dacb69054a2c7928dd91c94 [diff] |
[media] s2255drv: don't use stack for DMA 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>