[svn-commits] sruffell: linux/trunk r10662 - /linux/trunk/drivers/dahdi/wcb4xxp/base.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Apr 17 19:17:19 CDT 2012


Author: sruffell
Date: Tue Apr 17 19:17:15 2012
New Revision: 10662

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=10662
Log:
wcb4xxp: Fix typo in last commit that broke compilation.

I failed to compile test r10661 and introduced a typo when fixing a
checkpatch.pl warning.

Signed-off-by: Shaun Ruffell <sruffell at digium.com>

Modified:
    linux/trunk/drivers/dahdi/wcb4xxp/base.c

Modified: linux/trunk/drivers/dahdi/wcb4xxp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/wcb4xxp/base.c?view=diff&rev=10662&r1=10661&r2=10662
==============================================================================
--- linux/trunk/drivers/dahdi/wcb4xxp/base.c (original)
+++ linux/trunk/drivers/dahdi/wcb4xxp/base.c Tue Apr 17 19:17:15 2012
@@ -1510,7 +1510,7 @@
 
 	hfc_stop_all_timers(s);
 
-	b4xxp_setreg_ra(b4, R_ST_SEL, s->port, A_ST_WR_STA
+	b4xxp_setreg_ra(b4, R_ST_SEL, s->port, A_ST_WR_STA,
 			V_ST_ACT_DEACTIVATE);
 }
 




More information about the svn-commits mailing list