summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwct1xxp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wct1xxp.c b/wct1xxp.c
index 6f88672..9c7537b 100755
--- a/wct1xxp.c
+++ b/wct1xxp.c
@@ -916,7 +916,7 @@ static void t1xxp_receiveprep(struct t1xxp *wc, int ints)
control_set_reg(wc, WC_CLOCK, 0x02 | wc->sync | wc->ise1);
wc->clocktimeout = 100;
#if 1
- if (debug) printk("T1: Lost our place, resyncing\n", wc->offset);
+ if (debug) printk("T1: Lost our place, resyncing\n");
#endif
}
}