mtd: rawnand: atmel: Use devm_platform_get_and_ioremap_resource()
authorYangtao Li <frank.li@vivo.com>
Fri, 7 Jul 2023 04:06:14 +0000 (12:06 +0800)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 12 Jul 2023 12:07:55 +0000 (14:07 +0200)
commit09ea085f6414e3c0d8ff034e941fe30216bd6f89
tree72b1cda0c43f0e7957f195ce9dec4e610fc2ef02
parent892ad2638a6ba33c0b5afb335501b9bb7e8a83b6
mtd: rawnand: atmel: Use devm_platform_get_and_ioremap_resource()

Convert platform_get_resource(), devm_ioremap_resource() to a single
call to devm_platform_get_and_ioremap_resource(), as this is exactly
what this function does.

Signed-off-by: Yangtao Li <frank.li@vivo.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20230707040622.78174-10-frank.li@vivo.com
drivers/mtd/nand/raw/atmel/nand-controller.c