Re: [PATCH] dmaengine: sprd: Change to use devm_platform_ioremap_resource()

2019-10-15 Thread Vinod Koul
On 27-09-19, 11:29, Baolin Wang wrote: > Use the new helper that wraps the calls to platform_get_resource() > and devm_ioremap_resource() together, which can simpify the code. Applied, thanks -- ~Vinod

[PATCH] dmaengine: sprd: Change to use devm_platform_ioremap_resource()

2019-09-26 Thread Baolin Wang
Use the new helper that wraps the calls to platform_get_resource() and devm_ioremap_resource() together, which can simpify the code. Signed-off-by: Baolin Wang --- drivers/dma/sprd-dma.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/dma/sprd-dma.c