Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media: venus: core: Drop local dma_parms
Since commit 9495b7e ("driver core: platform: Initialize dma_parms for platform devices"), struct platform_device already provides a dma_parms structure, so we can save allocating another one. Also the DMA segment size is simply a size, not a bitmask. Signed-off-by: Robin Murphy <[email protected]> Signed-off-by: Stanimir Varbanov <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
- Loading branch information