mailbox: xgene-slimpro: Make use of the helper function devm_platform_ioremap_resource()
authorCai Huoqing <caihuoqing@baidu.com>
Tue, 7 Sep 2021 07:42:15 +0000 (15:42 +0800)
committerJassi Brar <jaswinder.singh@linaro.org>
Sat, 16 Oct 2021 19:39:49 +0000 (14:39 -0500)
commit1c7532c9a2df708f673c9d32fe04249e0cde4ed5
tree45c8bf77e5fec6be872cf6734f79ca7cf55fce1f
parentf5e2eeb9ff07c2eeb98b676b9798e4e177048a69
mailbox: xgene-slimpro: 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: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/mailbox-xgene-slimpro.c