[Asterisk-cvs] zaptel wct4xxp.c,1.10,1.11
markster at lists.digium.com
markster at lists.digium.com
Thu Nov 13 10:27:09 CST 2003
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv31958
Modified Files:
wct4xxp.c
Log Message:
Take out debugging info
Index: wct4xxp.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wct4xxp.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- wct4xxp.c 30 Oct 2003 23:17:02 -0000 1.10
+++ wct4xxp.c 13 Nov 2003 16:53:22 -0000 1.11
@@ -1304,9 +1304,11 @@
return;
}
+#if 0
wc->intcount++;
if (wc->intcount < 20)
printk("Got interrupt, status = %08x\n", status);
+#endif
if (status & 0x3) {
t4_receiveprep(wc, status);
More information about the svn-commits
mailing list