mtd: rawnand: omap_elm: Make use of the helper function devm_platform_ioremap_resource()
authorCai Huoqing <caihuoqing@baidu.com>
Wed, 1 Sep 2021 07:41:59 +0000 (15:41 +0800)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 14 Sep 2021 17:34:49 +0000 (19:34 +0200)
commit7b7be21861819afcc0b82cd6f0fe5baef40374cd
treeffece1cee11595747a4e8b59547f50a846ea92dd
parent8826e1107236d8668cfbcf8b31caea3ac943de1e
mtd: rawnand: omap_elm: 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/20210901074200.9283-1-caihuoqing@baidu.com
drivers/mtd/nand/raw/omap_elm.c