lkml.org 
[lkml]   [2014]   [May]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 18/27] mtd: nand: mxc: use mtd_setup_common_members()
Date
Use the new common function mtd_setup_common_members()

Signed-off-by: Alexander Holler <holler@ahsoftware.de>
---
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


\
 
 \ /
  Last update: 2014-05-27 01:21    [W:0.649 / U:0.024 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site