soc: bcm: bcm-pmb: Make use of the helper function devm_platform_ioremap_resource()
authorCai Huoqing <caihuoqing@baidu.com>
Wed, 8 Sep 2021 07:14:15 +0000 (15:14 +0800)
committerFlorian Fainelli <f.fainelli@gmail.com>
Tue, 14 Sep 2021 21:37:41 +0000 (14:37 -0700)
commitdc3401c83f950bfecb7cdffff2b78ac3e09ef505
tree80a1233e8ec34912857ccda2e8c9086c4d038689
parent6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f
soc: bcm: bcm-pmb: 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: Florian Fainelli <f.fainelli@gmail.com>
drivers/soc/bcm/bcm63xx/bcm-pmb.c