summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2009-04-29 18:09:41 +0000
committerShaun Ruffell <sruffell@digium.com>2009-04-29 18:09:41 +0000
commit4a192a3e8f16ed6143377b5726e1fb53b446f5e9 (patch)
treece0d20fec977bc42db5354474d678513e603d8ea
parent0eab8786edae3a7cc06d9f37793aefb712358cd3 (diff)
wct4xxp: Fix problem when timing source is via external cable.
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@6528 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--drivers/dahdi/wct4xxp/base.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dahdi/wct4xxp/base.c b/drivers/dahdi/wct4xxp/base.c
index 5cceb38..28ba8ee 100644
--- a/drivers/dahdi/wct4xxp/base.c
+++ b/drivers/dahdi/wct4xxp/base.c
@@ -1794,8 +1794,8 @@ found:
__t4_update_timing(cards[x]);
}
}
- } else
- set_bit(T4_CHECK_TIMING, &cards[0]->checkflag);
+ }
+ __t4_update_timing(wc);
#endif
spin_unlock_irqrestore(&synclock, flags);
return 0;