Merge "msm: camera: common: Fix dma_attr_t types" into camera-kernel.lnx.5.0

This commit is contained in:
Camera Software Integration
2021-06-28 17:27:09 -07:00
committed by Gerrit - the friendly Code Review server
14 changed files with 85 additions and 139 deletions

View File

@@ -55,7 +55,7 @@ struct cam_mem_buf_queue {
int32_t align;
size_t len;
uint32_t flags;
uint64_t vaddr;
dma_addr_t vaddr;
uintptr_t kmdvaddr;
bool active;
bool is_imported;