clk: axi-clkgen: use devm_platform_ioremap_resource() short-hand
authorAlexandru Ardelean <alexandru.ardelean@analog.com>
Mon, 1 Feb 2021 15:12:45 +0000 (17:12 +0200)
committerStephen Boyd <sboyd@kernel.org>
Tue, 9 Feb 2021 02:13:13 +0000 (18:13 -0800)
commit6ba7ea7630fb03c1ce01508bdf89f5bb39b38e54
tree022dbbb156bcffdf18e5eee7afb0326821e54800
parent99da100bac55401b450a986dc8e663b649e35b48
clk: axi-clkgen: use devm_platform_ioremap_resource() short-hand

No major functional change. Noticed while checking the driver code that
this could be used.
Saves two lines.

Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Link: https://lore.kernel.org/r/20210201151245.21845-5-alexandru.ardelean@analog.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk-axi-clkgen.c