dmaengine: uniphier-mdmac: use devm_platform_ioremap_resource()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 5 Sep 2019 03:41:33 +0000 (12:41 +0900)
committerVinod Koul <vkoul@kernel.org>
Fri, 11 Oct 2019 10:15:41 +0000 (15:45 +0530)
commit5b3e3606ab06fc8a8158d01bee07b8aa1c6068e9
tree48759008cce0bca7ad1d13f5d62789037f653dc7
parent54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c
dmaengine: uniphier-mdmac: use devm_platform_ioremap_resource()

Replace the chain of platform_get_resource() and devm_ioremap_resource()
with devm_platform_ioremap_resource().

This allows to remove the local variable for (struct resource *), and
have one function call less.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Link: https://lore.kernel.org/r/20190905034133.29514-1-yamada.masahiro@socionext.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/uniphier-mdmac.c