clk: sunxi: sun6i-apb0: Make use of the helper function devm_platform_ioremap_resource()
authorCai Huoqing <caihuoqing@baidu.com>
Tue, 7 Sep 2021 08:52:57 +0000 (16:52 +0800)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 13 Sep 2021 07:03:23 +0000 (09:03 +0200)
commit1f38b45b115d5f47154d615fe7206783f6a788f4
treed8eb9480c8fa8606db71f7c33cd8d9cc18cf7482
parent2dcfd0318354eb48a8ff94c0fc23974a6a06d493
clk: sunxi: sun6i-apb0: 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/20210907085257.4968-1-caihuoqing@baidu.com
drivers/clk/sunxi/clk-sun6i-apb0.c