mtd/drivers/mtd/nand toto.c,1.1,1.2
David Woodhouse
dwmw2 at infradead.org
Tue Oct 21 06:05:00 EDT 2003
Update of /home/cvs/mtd/drivers/mtd/nand
In directory phoenix.infradead.org:/tmp/cvs-serv25037
Modified Files:
toto.c
Log Message:
Fix compile error in unload
Index: toto.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/toto.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- toto.c 21 Oct 2003 09:43:42 -0000 1.1
+++ toto.c 21 Oct 2003 10:04:58 -0000 1.2
@@ -212,7 +212,7 @@
archflashwp(0,1);
/* release gpios to system */
- gpiorelease(ushort NAND_MASK);
+ gpiorelease(NAND_MASK);
}
module_exit(toto_cleanup);
More information about the linux-mtd-cvs
mailing list