summaryrefslogtreecommitdiff
path: root/wct4xxp.c
diff options
context:
space:
mode:
Diffstat (limited to 'wct4xxp.c')
-rwxr-xr-xwct4xxp.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/wct4xxp.c b/wct4xxp.c
index 46fdd58..7e29ca5 100755
--- a/wct4xxp.c
+++ b/wct4xxp.c
@@ -923,8 +923,12 @@ static void t4_receiveprep(struct t4 *wc, int irq)
dbl = 1;
wc->last0 = 1;
}
- if (dbl)
- printk("TE410P: Double/missed interrupt detected\n");
+ if (dbl) {
+ for (x=0;x<4;x++)
+ wc->spans[x].irqmisses++;
+ if (debug)
+ printk("TE410P: Double/missed interrupt detected\n");
+ }
for (x=0;x<ZT_CHUNKSIZE;x++) {
/* Once per chunk */
for (z=0;z<24;z++) {