Re: [PATCH v3 4/4] clk: axi-clkgen: use devm_platform_ioremap_resource() short-hand

2021-02-08 Thread Stephen Boyd
Quoting Alexandru Ardelean (2021-02-01 07:12:45) > No major functional change. Noticed while checking the driver code that > this could be used. > Saves two lines. > > Signed-off-by: Alexandru Ardelean > --- Applied to clk-next

[PATCH v3 4/4] clk: axi-clkgen: use devm_platform_ioremap_resource() short-hand

2021-02-01 Thread Alexandru Ardelean
No major functional change. Noticed while checking the driver code that this could be used. Saves two lines. Signed-off-by: Alexandru Ardelean --- drivers/clk/clk-axi-clkgen.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/clk/clk-axi-clkgen.c