mtd/drivers/mtd/nand edb7312.c,1.6,1.7 spia.c,1.20,1.21 autcpu12.c,1.12,1.13

David Woodhouse dwmw2 at infradead.org
Fri Jul 11 11:12:32 EDT 2003


Update of /home/cvs/mtd/drivers/mtd/nand
In directory phoenix.infradead.org:/tmp/cvs-serv11015

Modified Files:
	edb7312.c spia.c autcpu12.c 
Log Message:
extra maxchips args to nand_scan

Index: edb7312.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/edb7312.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- edb7312.c	8 Jul 2003 12:38:19 -0000	1.6
+++ edb7312.c	11 Jul 2003 15:12:29 -0000	1.7
@@ -175,7 +175,7 @@
 	this->chip_delay = 15;
 	
 	/* Scan to find existence of the device */
-	if (nand_scan (ep7312_mtd)) {
+	if (nand_scan (ep7312_mtd, 1)) {
 		iounmap((void *)ep7312_fio_base);
 		kfree (ep7312_mtd);
 		return -ENXIO;

Index: spia.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/spia.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- spia.c	8 Jul 2003 12:38:19 -0000	1.20
+++ spia.c	11 Jul 2003 15:12:29 -0000	1.21
@@ -140,7 +140,7 @@
 	this->chip_delay = 15;		
 
 	/* Scan to find existence of the device */
-	if (nand_scan (spia_mtd)) {
+	if (nand_scan (spia_mtd, 1)) {
 		kfree (spia_mtd);
 		return -ENXIO;
 	}

Index: autcpu12.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/autcpu12.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- autcpu12.c	8 Jul 2003 12:38:19 -0000	1.12
+++ autcpu12.c	11 Jul 2003 15:12:29 -0000	1.13
@@ -185,7 +185,7 @@
 	this->eccmode = NAND_ECC_SOFT;
 
 	/* Scan to find existance of the device */
-	if (nand_scan (autcpu12_mtd)) {
+	if (nand_scan (autcpu12_mtd, 1)) {
 		err = -ENXIO;
 		goto out_ior;
 	}




More information about the linux-mtd-cvs mailing list