dmaengine: uniphier-xdmac: Fix type of address variables
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Tue, 14 Dec 2021 04:42:43 +0000 (13:42 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Jan 2022 09:54:29 +0000 (10:54 +0100)
commit57cd8597c3ef8ba8d00aa9f39f506f45d949d29b
tree3398f64a34d24269bc2b5d350e2488e8408b8b34
parent4fe77b7cd27229486b67c83df71019fe89d3951e
dmaengine: uniphier-xdmac: Fix type of address variables

commit 105a8c525675bb7d4d64871f9b2edf39460de881 upstream.

The variables src_addr and dst_addr handle DMA addresses, so these should
be declared as dma_addr_t.

Fixes: 667b9251440b ("dmaengine: uniphier-xdmac: Add UniPhier external DMA controller driver")
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/1639456963-10232-1-git-send-email-hayashi.kunihiko@socionext.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/dma/uniphier-xdmac.c