mtd: nand: fsmc: remove duplicate nand_set_flash_node()
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Wed May 10 19:59:08 PDT 2017
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=c0d218c81621d847472e01f227eab3e4f0902ce2
Commit: c0d218c81621d847472e01f227eab3e4f0902ce2
Parent: ede29a020ec3b493748c5eb780aa9d5977f72db8
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
AuthorDate: Tue Mar 21 11:04:01 2017 +0100
Committer: Boris Brezillon <boris.brezillon at free-electrons.com>
CommitDate: Thu Mar 23 11:11:10 2017 +0100
mtd: nand: fsmc: remove duplicate nand_set_flash_node()
It is already done a few lines before.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Reviewed-by: Linus Walleij <linus.walleij at linaro.org>
Signed-off-by: Boris Brezillon <boris.brezillon at free-electrons.com>
---
drivers/mtd/nand/fsmc_nand.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/mtd/nand/fsmc_nand.c b/drivers/mtd/nand/fsmc_nand.c
index abfaa1d..63055d7 100644
--- a/drivers/mtd/nand/fsmc_nand.c
+++ b/drivers/mtd/nand/fsmc_nand.c
@@ -947,7 +947,6 @@ static int __init fsmc_nand_probe(struct platform_device *pdev)
nand->ecc.size = 512;
nand->options = pdata->options;
nand->badblockbits = 7;
- nand_set_flash_node(nand, np);
switch (host->mode) {
case USE_DMA_ACCESS:
More information about the linux-mtd-cvs
mailing list