mtd/drivers/mtd/chips cfi_cmdset_0002.c,1.113,1.114
Artem Bityuckiy
dedekind at infradead.org
Sat Dec 11 10:43:55 EST 2004
Update of /home/cvs/mtd/drivers/mtd/chips
In directory phoenix.infradead.org:/tmp/cvs-serv28039/drivers/mtd/chips
Modified Files:
cfi_cmdset_0002.c
Log Message:
Remove unused variable.
Index: cfi_cmdset_0002.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/chips/cfi_cmdset_0002.c,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- cfi_cmdset_0002.c 3 Dec 2004 10:26:41 -0000 1.113
+++ cfi_cmdset_0002.c 11 Dec 2004 15:43:53 -0000 1.114
@@ -707,7 +707,7 @@
*/
unsigned long uWriteTimeout = ( HZ / 1000 ) + 1;
int ret = 0;
- map_word oldd, curd;
+ map_word oldd;
int retry_cnt = 0;
adr += chip->start;
More information about the linux-mtd-cvs
mailing list