summaryrefslogtreecommitdiff
path: root/wct4xxp.c
diff options
context:
space:
mode:
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);