mtd/drivers/mtd mtdchar.c,1.63,1.64

David Woodhouse dwmw2 at infradead.org
Mon Aug 9 09:59:49 EDT 2004


Update of /home/cvs/mtd/drivers/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv6029

Modified Files:
	mtdchar.c 
Log Message:
Remove printk on invalid ioctls.


Index: mtdchar.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/mtdchar.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- mtdchar.c	9 Aug 2004 13:19:42 -0000	1.63
+++ mtdchar.c	9 Aug 2004 13:59:46 -0000	1.64
@@ -511,7 +511,6 @@
 	}
 
 	default:
-		DEBUG(MTD_DEBUG_LEVEL0, "Invalid ioctl %x (MEMGETINFO = %x)\n", cmd, MEMGETINFO);
 		ret = -ENOTTY;
 	}
 





More information about the linux-mtd-cvs mailing list