mtd: rawnand: txx9ndfm: Make use of the helper function devm_platform_ioremap_resource()
authorCai Huoqing <caihuoqing@baidu.com>
Wed, 1 Sep 2021 07:42:37 +0000 (15:42 +0800)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 14 Sep 2021 17:35:01 +0000 (19:35 +0200)
commit524bd02a6ff8c25a88077747020c1d0a7a94594b
treed3d6eadf04f7de3fc7567f0ac28166a842694fd1
parent2f597bc45e47e245e30265de8494423c3a1a7900
mtd: rawnand: txx9ndfm: 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: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20210901074237.9533-1-caihuoqing@baidu.com
drivers/mtd/nand/raw/txx9ndfmc.c