soc: sunxi_sram: Make use of the helper function devm_platform_ioremap_resource()
authorCai Huoqing <caihuoqing@baidu.com>
Wed, 8 Sep 2021 07:17:15 +0000 (15:17 +0800)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 13 Sep 2021 07:04:05 +0000 (09:04 +0200)
commit1f3753a5f042fea6539986f9caf2552877527d8a
tree831aff66c52e9c76a82e48d91e304e8e41b78885
parent6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f
soc: sunxi_sram: 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/20210908071716.772-1-caihuoqing@baidu.com
drivers/soc/sunxi/sunxi_sram.c