summaryrefslogtreecommitdiff
path: root/wct1xxp.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-11-01 16:45:32 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-11-01 16:45:32 +0000
commitb110e458e393a6bc704a522507c758a43c653790 (patch)
treefb11c626c4c84b7b1169d4d5639bead61a4d78ba /wct1xxp.c
parent5de5efa71b183106b059157e4024d1e7bb434857 (diff)
Fix small typo
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@263 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wct1xxp.c')
-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
}
}