summaryrefslogtreecommitdiff
path: root/wct4xxp.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-11-13 16:53:22 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-11-13 16:53:22 +0000
commitc05675c6ffd595305bb92d54c60ef9be61be0119 (patch)
tree6f1461fd41d6a0c006ce3f4a7df1451c5a83def0 /wct4xxp.c
parentac4a92052222d1e5bba70c4cc0d921b01c3b4dee (diff)
Take out debugging info
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@272 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wct4xxp.c')
-rwxr-xr-xwct4xxp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/wct4xxp.c b/wct4xxp.c
index dee5fa2..46fdd58 100755
--- a/wct4xxp.c
+++ b/wct4xxp.c
@@ -1304,9 +1304,11 @@ static void t4_interrupt(int irq, void *dev_id, struct pt_regs *regs)
return;
}
+#if 0
wc->intcount++;
if (wc->intcount < 20)
printk("Got interrupt, status = %08x\n", status);
+#endif
if (status & 0x3) {
t4_receiveprep(wc, status);