commit | 745dfdc2c2d3044fd2196a3dce0d3ce690d719bf | [log] [tgz] |
---|---|---|
author | Shiraz Hashim <shashim@codeaurora.org> | Mon Mar 19 20:02:23 2018 +0530 |
committer | Shiraz Hashim <shashim@codeaurora.org> | Fri Mar 23 10:42:17 2018 +0530 |
tree | 03e8deaff5a5cab9f016da7b3b5b38c2fe76075d | |
parent | ccf21f8533d54a3b3bd2b50d1a65745b6498607b [diff] |
arm: dma-mapping: DMA buf may not have cpu virtual addr DMA buffers may not have cpu virtual addresses when allocated using DMA_ATTR_NO_KERNEL_MAPPING attribute. Page address should therefore be looked up while searching for such dma bufs. Also fix the printk format specifier to '%pK' to print kernel pointers. Change-Id: I5754cde63ace19aed88624a36186d012309d475b Signed-off-by: Shiraz Hashim <shashim@codeaurora.org>