commit | b430eaba0be5eb7140d0065df96982fa6b5ccc1d | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Mon Oct 10 07:55:54 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Oct 14 12:52:29 2016 -0300 |
tree | e8d9041dc807713c09d74b53b1485ad1dab0eb55 | |
parent | b5f93cb5133d3ad517afef541502c6c9aecf8e5d [diff] |
[media] flexcop-usb: 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. While here, remove a dead function calling usb_control_msg(). Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>