mtd/drivers/mtd mtdblock.c,1.59,1.60
David Woodhouse
dwmw2 at infradead.org
Tue May 20 16:39:51 EDT 2003
Update of /home/cvs/mtd/drivers/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv7150
Modified Files:
mtdblock.c
Log Message:
kill bogus release_t
Index: mtdblock.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/mtdblock.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- mtdblock.c 20 May 2003 20:39:12 -0000 1.59
+++ mtdblock.c 20 May 2003 20:39:48 -0000 1.60
@@ -291,7 +291,7 @@
return 0;
}
-static release_t mtdblock_release(struct mtd_blktrans_dev *mbd,
+static int mtdblock_release(struct mtd_blktrans_dev *mbd,
struct inode *inode, struct file *file)
{
int dev;
More information about the linux-mtd-cvs
mailing list