mtd/fs/jffs2 fs.c,1.40,1.41

David Woodhouse dwmw2 at infradead.org
Wed May 5 08:01:55 EDT 2004


Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv2044

Modified Files:
	fs.c 
Log Message:
Return ret from jffs2_flash_setup()


Index: fs.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/fs.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- fs.c	5 May 2004 12:00:31 -0000	1.40
+++ fs.c	5 May 2004 12:01:53 -0000	1.41
@@ -634,6 +634,7 @@
 	}
 
 	/* add setups for other bizarre flashes here... */
+	return ret;
 }
 
 void jffs2_flash_cleanup(struct jffs2_sb_info *c) {




More information about the linux-mtd-cvs mailing list