Re: [PATCH] dmaengine: at_xdmac: Use devm_platform_ioremap_resource() in at_xdmac_probe()

2019-10-14 Thread Vinod Koul
On 22-09-19, 10:48, Markus Elfring wrote: > From: Markus Elfring > Date: Sun, 22 Sep 2019 10:37:31 +0200 > > Simplify this function implementation by using a known wrapper function. > > This issue was detected by using the Coccinelle software. Applied, thanks -- ~Vinod

Re: [PATCH] dmaengine: at_xdmac: Use devm_platform_ioremap_resource() in at_xdmac_probe()

2019-10-09 Thread Ludovic Desroches
On Sun, Sep 22, 2019 at 10:48:20AM +0200, Markus Elfring wrote: > > From: Markus Elfring > Date: Sun, 22 Sep 2019 10:37:31 +0200 > > Simplify this function implementation by using a known wrapper function. > > This issue was detected by using the Coccinelle software. > > Signed-off-by: Markus

[PATCH] dmaengine: at_xdmac: Use devm_platform_ioremap_resource() in at_xdmac_probe()

2019-09-22 Thread Markus Elfring
From: Markus Elfring Date: Sun, 22 Sep 2019 10:37:31 +0200 Simplify this function implementation by using a known wrapper function. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring --- drivers/dma/at_xdmac.c | 7 +-- 1 file changed, 1 insertion(+),