rtc: imxdi: use devm_platform_ioremap_resource() to simplify code
authorAnson Huang <Anson.Huang@nxp.com>
Wed, 17 Jul 2019 08:14:11 +0000 (16:14 +0800)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 22 Jul 2019 20:16:14 +0000 (22:16 +0200)
commitf7234a9813b764d3d0ffa67c9f983316bab7a58d
treeacc754eb31df25598ac56e793e81e6fb24101fb0
parent874532cdeefefa4c531189ceaf57d05d2daafdbb
rtc: imxdi: use devm_platform_ioremap_resource() to simplify code

Use the new helper devm_platform_ioremap_resource() which wraps the
platform_get_resource() and devm_ioremap_resource() together, to
simplify the code.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Link: https://lore.kernel.org/r/20190717081411.30622-1-Anson.Huang@nxp.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-imxdi.c