soc: bcm63xx-power: Make use of the helper function devm_platform_ioremap_resource()
authorCai Huoqing <caihuoqing@baidu.com>
Wed, 8 Sep 2021 07:14:16 +0000 (15:14 +0800)
committerFlorian Fainelli <f.fainelli@gmail.com>
Tue, 14 Sep 2021 21:37:42 +0000 (14:37 -0700)
commit9787ab5833054500201b980a58ababa3a3ae193c
treea4650b47eb69c3a20c81766540b0d960b175dfc6
parentdc3401c83f950bfecb7cdffff2b78ac3e09ef505
soc: bcm63xx-power: 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/bcm63xx-power.c