Re: [PATCH] dmaengine: uniphier-mdmac: use devm_platform_ioremap_resource()
From: Vinod Koul <vkoul@kernel.org>
Date: 2019-09-25 20:22:28
Also in:
dmaengine, lkml
From: Vinod Koul <vkoul@kernel.org>
Date: 2019-09-25 20:22:28
Also in:
dmaengine, lkml
On 05-09-19, 12:41, Masahiro Yamada wrote:
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.
Applied, thanks -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel