From 4a192a3e8f16ed6143377b5726e1fb53b446f5e9 Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Wed, 29 Apr 2009 18:09:41 +0000 Subject: 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 --- drivers/dahdi/wct4xxp/base.c | 4 ++-- 1 file 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; -- cgit v1.2.3