mtd/drivers/mtd/nand nand_base.c,1.135,1.136

bjd at infradead.org bjd at infradead.org
Mon Mar 14 13:30:48 EST 2005


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

Modified Files:
	nand_base.c 
Log Message:
fixed unused loop variable


Index: nand_base.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/nand_base.c,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- nand_base.c	1 Mar 2005 09:32:45 -0000	1.135
+++ nand_base.c	14 Mar 2005 18:30:44 -0000	1.136
@@ -2291,7 +2291,7 @@
  */
 int nand_scan (struct mtd_info *mtd, int maxchips)
 {
-	int i, j, nand_maf_id, nand_dev_id, busw, maf_id;
+	int i, nand_maf_id, nand_dev_id, busw, maf_id;
 	struct nand_chip *this = mtd->priv;
 
 	/* Get buswidth to select the correct functions*/





More information about the linux-mtd-cvs mailing list