soc: fsl: guts: Make use of the helper function devm_platform_ioremap_resource()
authorCai Huoqing <caihuoqing@baidu.com>
Wed, 8 Sep 2021 07:16:29 +0000 (15:16 +0800)
committerLi Yang <leoyang.li@nxp.com>
Fri, 22 Oct 2021 00:34:47 +0000 (19:34 -0500)
commite0162129c6763eb02765a1b33fdaac6980fb0c46
tree088e0120fd7968e74576238c9ca59e618650c16b
parent6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f
soc: fsl: guts: 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: Li Yang <leoyang.li@nxp.com>
drivers/soc/fsl/guts.c