Re: [PATCH -next] clk: sprd: use devm_platform_ioremap_resource() to simplify code

2019-10-15 Thread Baolin Wang
Hi, On Tue, 15 Oct 2019 at 22:22, YueHaibing wrote: > > Use devm_platform_ioremap_resource() to simplify the code a bit. > This is detected by coccinelle. > > Signed-off-by: YueHaibing We already posted a patch to do this, thanks anyway. https://lore.kernel.org/patchwork/patch/1136894/ > ---

[PATCH -next] clk: sprd: use devm_platform_ioremap_resource() to simplify code

2019-10-15 Thread YueHaibing
Use devm_platform_ioremap_resource() to simplify the code a bit. This is detected by coccinelle. Signed-off-by: YueHaibing --- drivers/clk/sprd/common.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/clk/sprd/common.c b/drivers/clk/sprd/common.c index