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 10:05:23 +0000 (11:05 +0100)
commitd87eb22b94f6068b159412c4e7a3e446f3da7953
tree0e6483ca9dd865bdf85d1a0f8ab7e81cea4f98bc
parent60390c2242d6c70c7004f3261f86242742167ad2
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