diff options
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 2017-12-31 14:23:11 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-12-31 17:52:59 +0100 |
commit | db809859c8cee415293b830e67178f526d1eb2be (patch) | |
tree | c8687da4382e0ac6b0907e49576112ce48e8f001 /README | |
parent | 0b598e4f877ba28603985031b98d4d592464ade7 (diff) | |
download | linux-db809859c8cee415293b830e67178f526d1eb2be.tar.bz2 |
slimbus: qcom: fix incompatible pointer warning
One of the pointer passed to dmam_alloc_coherent seems to be
phys_addr_t * instead of dma_addr_t *. This address will be
used by dma apis, so change this to proper type.
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions