]> asedeno.scripts.mit.edu Git - linux.git/commit
rtc: mxc_v2: use devm_platform_ioremap_resource() to simplify code
authorAnson Huang <Anson.Huang@nxp.com>
Wed, 17 Jul 2019 08:12:17 +0000 (16:12 +0800)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 22 Jul 2019 20:16:12 +0000 (22:16 +0200)
commit874532cdeefefa4c531189ceaf57d05d2daafdbb
tree90d2390a5333490fa93799f74842250a662f0ba8
parent5f9e832c137075045d15cd6899ab0505cfb2ca4b
rtc: mxc_v2: 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/20190717081217.30518-1-Anson.Huang@nxp.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-mxc_v2.c