soc: qcom: ocmem: Make use of the helper function devm_platform_ioremap_resource_byname()
authorCai Huoqing <caihuoqing@baidu.com>
Wed, 8 Sep 2021 08:02:12 +0000 (16:02 +0800)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 21 Sep 2021 22:41:48 +0000 (17:41 -0500)
commit172037b12be46aee55dae3ae4f8468a2dbd5eaa3
tree300e493b1096901c807574c92a4afbaa2defea4a
parent0e6fda9c65634e1f6f4a18fd1c48acf0af761deb
soc: qcom: ocmem: Make use of the helper function devm_platform_ioremap_resource_byname()

Use the devm_platform_ioremap_resource_byname() helper instead of
calling platform_get_resource_byname() and devm_ioremap_resource()
separately

Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20210908080216.1301-2-caihuoqing@baidu.com
drivers/soc/qcom/ocmem.c