From d7fdb060331622610c1891455eeafa595c46b72d Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Wed, 29 Jun 2011 22:15:42 +0000 Subject: [PATCH] wctdm24xxp: Fix typo in previous commit for fastpickup mode. I failed to compile the commit exactly as it was committed. Signed-off-by: Shaun Ruffell git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10008 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/wctdm24xxp/base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dahdi/wctdm24xxp/base.c b/drivers/dahdi/wctdm24xxp/base.c index 5570602..fc95815 100644 --- a/drivers/dahdi/wctdm24xxp/base.c +++ b/drivers/dahdi/wctdm24xxp/base.c @@ -2870,7 +2870,7 @@ wctdm_init_voicedaa(struct wctdm *wc, struct wctdm_module *mod, wctdm_setreg(wc, mod, 30, reg30); /* Misc. DAA parameters */ - reg32 = (fastpickup) ? 0xb3 : 0xa3; + reg31 = (fastpickup) ? 0xb3 : 0xa3; reg31 |= (fxo_modes[_opermode].ohs2 << 3); wctdm_setreg(wc, mod, 31, reg31);