summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;