commit | 0b23498aacc658e4d0f6b240f0b905908695a132 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Feb 09 10:44:49 2018 -0500 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Feb 23 05:27:10 2018 -0500 |
tree | 29934a00c2b1c94786bcfb71a13d94a42dc3c8d0 | |
parent | a145f64c6107d3aa5a7cec9f8977d04ac2a896c9 [diff] |
media: dmxdev: Fix the logic that enables DMA mmap support Some conditions required for DVB mmap support to work are reversed. Also, the logic is not too clear. So, improve the logic, making it easier to be handled. PS.: I'm pretty sure that I fixed it while testing, but, somehow, the change got lost. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>