[PATCH 18/27] mtd: nand: mxc: use mtd_setup_common_members()

From: Alexander Holler
Date: Mon May 26 2014 - 18:16:29 EST


Use the new common function mtd_setup_common_members()

Signed-off-by: Alexander Holler <holler@xxxxxxxxxxxxx>
---
drivers/mtd/nand/mxc_nand.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/drivers/mtd/nand/mxc_nand.c b/drivers/mtd/nand/mxc_nand.c
index dba262b..31114db4 100644
--- a/drivers/mtd/nand/mxc_nand.c
+++ b/drivers/mtd/nand/mxc_nand.c
@@ -1413,10 +1413,7 @@ static int mxcnd_probe(struct platform_device *pdev)
/* structures must be linked */
this = &host->nand;
mtd = &host->mtd;
- mtd->priv = this;
- mtd->owner = THIS_MODULE;
- mtd->dev.parent = &pdev->dev;
- mtd->name = DRIVER_NAME;
+ mtd_setup_common_members(mtd, this, pdev);

/* 50 us command delay time */
this->chip_delay = 5;
--
1.8.3.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/