summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwct4xxp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wct4xxp.c b/wct4xxp.c
index 1bc5250..83dd8f4 100755
--- a/wct4xxp.c
+++ b/wct4xxp.c
@@ -652,7 +652,7 @@ static void t4_set_timing_source(struct t4 *wc, int unit)
} else
t4_pci_out(wc, WC_DMACTRL, wc->dmactrl);
if ((unit > -1) && (unit < 4))
- printk("TE410P: Timing from source %d\n", unit);
+ printk("TE410P: Timing from span %d\n", unit + 1);
else
printk("TE410P: Timing from internal timer\n");
wc->syncsrc = unit;