mtd/drivers/mtd/chips cfi_cmdset_0020.c,1.9,1.10
David Woodhouse
dwmw2 at infradead.org
Thu Oct 16 07:00:54 EDT 2003
- Previous message: mtd/fs/jffs2 gc.c,1.115,1.116 nodelist.c,1.81,1.82
nodelist.h,1.105,1.106 nodemgmt.c,1.103,1.104 wbuf.c,1.54,1.55
- Next message: mtd/drivers/mtd/chips jedec_probe.c,1.32,1.33
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/drivers/mtd/chips
In directory phoenix.infradead.org:/tmp/cvs-serv599
Modified Files:
cfi_cmdset_0020.c
Log Message:
Fix erase-suspend feature check.
Index: cfi_cmdset_0020.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/chips/cfi_cmdset_0020.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- cfi_cmdset_0020.c 6 Oct 2003 14:45:32 -0000 1.9
+++ cfi_cmdset_0020.c 16 Oct 2003 11:00:51 -0000 1.10
@@ -262,7 +262,7 @@
*/
switch (chip->state) {
case FL_ERASING:
- if (!((struct cfi_pri_intelext *)cfi->cmdset_priv)->FeatureSupport & 2)
+ if (!(((struct cfi_pri_intelext *)cfi->cmdset_priv)->FeatureSupport & 2))
goto sleep; /* We don't support erase suspend */
cfi_write (map, CMD(0xb0), cmd_addr);
- Previous message: mtd/fs/jffs2 gc.c,1.115,1.116 nodelist.c,1.81,1.82
nodelist.h,1.105,1.106 nodemgmt.c,1.103,1.104 wbuf.c,1.54,1.55
- Next message: mtd/drivers/mtd/chips jedec_probe.c,1.32,1.33
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list