diff options
author | 2018-01-10 15:15:43 +0000 | |
---|---|---|
committer | 2018-01-18 22:52:27 +1100 | |
commit | 37d728f76c41ab819a9fd31d701de55102559484 (patch) | |
tree | f3c42d9ecdb6f34819da5b3793cd95dd7e4677f1 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | hwrng: exynos - remove redundant dev_err call in exynos_trng_probe() (diff) | |
download | wireguard-linux-37d728f76c41ab819a9fd31d701de55102559484.tar.xz wireguard-linux-37d728f76c41ab819a9fd31d701de55102559484.zip |
crypto: marvell/cesa - Fix DMA API misuse
phys_to_dma() is an internal helper for certain DMA API implementations,
and is not appropriate for drivers to use. It appears that what the CESA
driver really wants to be using is dma_map_resource() - admittedly that
didn't exist when the offending code was first merged, but it does now.
Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions