[dahdi-commits] sruffell: linux/trunk r10008 -	/linux/trunk/drivers/dahdi/wctdm24xxp/base.c
    SVN commits to the DAHDI project 
    dahdi-commits at lists.digium.com
       
    Wed Jun 29 17:15:46 CDT 2011
    
    
  
Author: sruffell
Date: Wed Jun 29 17:15:42 2011
New Revision: 10008
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=10008
Log:
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 <sruffell at digium.com>
Modified:
    linux/trunk/drivers/dahdi/wctdm24xxp/base.c
Modified: linux/trunk/drivers/dahdi/wctdm24xxp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/wctdm24xxp/base.c?view=diff&rev=10008&r1=10007&r2=10008
==============================================================================
--- linux/trunk/drivers/dahdi/wctdm24xxp/base.c (original)
+++ linux/trunk/drivers/dahdi/wctdm24xxp/base.c Wed Jun 29 17:15:42 2011
@@ -2870,7 +2870,7 @@
 	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);
    
    
More information about the dahdi-commits
mailing list