mtd/fs/jffs jffs_fm.c,1.30,1.31
trini at infradead.org
trini at infradead.org
Mon Jul 21 11:09:05 EDT 2003
- Previous message: mtd/fs/jffs2 read.c,1.32,1.33
- Next message: mtd/drivers/mtd/chips cfi_util.c,NONE,1.1 Makefile.common,1.1,1.2
cfi_cmdset_0001.c,1.127,1.128 cfi_cmdset_0002.c,1.75,1.76
cfi_cmdset_0020.c,1.7,1.8 cfi_probe.c,1.71,1.72
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/fs/jffs
In directory phoenix.infradead.org:/tmp/cvs-serv2990
Modified Files:
jffs_fm.c
Log Message:
Remove an extra ')' in the test for defining major(x)/minor(x)
Index: jffs_fm.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs/jffs_fm.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- jffs_fm.c 2 Jul 2003 20:36:26 -0000 1.30
+++ jffs_fm.c 21 Jul 2003 15:09:02 -0000 1.31
@@ -23,7 +23,7 @@
#include <linux/compatmac.h>
#include "jffs_fm.h"
-#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,5,2))) && !defined(minor)
+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,5,2)) && !defined(minor)
#define minor(x) MINOR(x)
#define major(x) MAJOR(x)
#endif
- Previous message: mtd/fs/jffs2 read.c,1.32,1.33
- Next message: mtd/drivers/mtd/chips cfi_util.c,NONE,1.1 Makefile.common,1.1,1.2
cfi_cmdset_0001.c,1.127,1.128 cfi_cmdset_0002.c,1.75,1.76
cfi_cmdset_0020.c,1.7,1.8 cfi_probe.c,1.71,1.72
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list