]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Oct 2022 08:37:44 +0000 (10:37 +0200)
commit85cbfe8e46d8d014b6775596fd19e62c44964f9f
tree6a452bcb7181e8843fe0f11af5c7df605158969a
parent277455a44373a23f672a24c6acdfcee58a5e31c5
soc: sunxi_sram: Make use of the helper function devm_platform_ioremap_resource()

[ Upstream commit d6d64d5ce9b70e7f9bfd2d8dfe7d178da2758114 ]

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
Stable-dep-of: 87331a9822a3 ("soc: sunxi: sram: Fix probe function ordering issues")
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/soc/sunxi/sunxi_sram.c