clk: sunxi: sun6i-ar100: Make use of the helper function devm_platform_ioremap_resource()
authorCai Huoqing <caihuoqing@baidu.com>
Tue, 7 Sep 2021 08:53:11 +0000 (16:53 +0800)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 13 Sep 2021 07:03:24 +0000 (09:03 +0200)
commit68a49d35ff08091fe10dad8b63bc56fdb730fea5
tree5936ab03bf1899c289512247944d88b23b641c11
parentac57ffb04b53c19d57ce77146f1b45fc440e9bb8
clk: sunxi: sun6i-ar100: Make use of the helper function devm_platform_ioremap_resource()

Use the devm_platform_ioremap_resource() helper instead of
calling platform_get_resource() and devm_ioremap_resource()
separately

Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20210907085312.5070-1-caihuoqing@baidu.com
drivers/clk/sunxi/clk-sun6i-ar100.c