clk: sunxi: clk-mod0: Make use of the helper function devm_platform_ioremap_resource()
authorCai Huoqing <caihuoqing@baidu.com>
Tue, 7 Sep 2021 08:51:50 +0000 (16:51 +0800)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 13 Sep 2021 07:03:21 +0000 (09:03 +0200)
commite42f37591a3796c092c98a54df3ded6ce414fe9b
treeb571c6bbb1c041c2469723741849f7876363aa56
parentcea6d174e7016ed93ab1f893233b280f73e7a995
clk: sunxi: clk-mod0: 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/20210907085151.4509-1-caihuoqing@baidu.com
drivers/clk/sunxi/clk-mod0.c