From c05675c6ffd595305bb92d54c60ef9be61be0119 Mon Sep 17 00:00:00 2001 From: markster Date: Thu, 13 Nov 2003 16:53:22 +0000 Subject: Take out debugging info git-svn-id: http://svn.digium.com/svn/zaptel/trunk@272 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wct4xxp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wct4xxp.c') 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); -- cgit v1.2.3