commit | 05a5dba12378aaa60f4a869e0beb848902d6c73e | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Feb 14 16:40:18 2020 +0900 |
committer | Peng Fan <peng.fan@nxp.com> | Wed Feb 19 21:27:30 2020 +0800 |
tree | dcdcf7cf9c5f247f17ce4fabd18ce85e238dacb9 | |
parent | 7167d67a37143bcea96399642db65f71a439b7fb [diff] |
dma-mapping: fix the prototype of dma_unmap_single() dma_unmap_single() takes the dma address, not virtual address. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>