mtd: rawnand: orion: use devm_platform_ioremap_resource()
authorYe Xingchen <ye.xingchen@zte.com.cn>
Fri, 10 Feb 2023 09:23:56 +0000 (17:23 +0800)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 6 Mar 2023 15:27:59 +0000 (16:27 +0100)
commit434b8356df416678fb29d21b02bb5755c5f778f0
tree5bffece4e2d8f38fc0878e564224f5be67e5b98d
parentfe15c26ee26efa11741a7b632e9f23b01aca4cc6
mtd: rawnand: orion: use devm_platform_ioremap_resource()

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

Signed-off-by: Ye Xingchen <ye.xingchen@zte.com.cn>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/202302101723563685569@zte.com.cn
drivers/mtd/nand/raw/orion_nand.c