[svn-commits] sruffell: branch linux/sruffell/staging r6509 - /linux/team/sruffell/staging/...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Apr 27 14:32:14 CDT 2009


Author: sruffell
Date: Mon Apr 27 14:32:10 2009
New Revision: 6509

URL: http://svn.digium.com/svn-view/dahdi?view=rev&rev=6509
Log:
echocan-squash: Revert "vpm150m *does* support parameters, so don't drop them"

This reverts commit 095644e5f7f8511b95c445d0caba1eacc257ad6e.

Modified:
    linux/team/sruffell/staging/drivers/dahdi/wctdm24xxp/base.c

Modified: linux/team/sruffell/staging/drivers/dahdi/wctdm24xxp/base.c
URL: http://svn.digium.com/svn-view/dahdi/linux/team/sruffell/staging/drivers/dahdi/wctdm24xxp/base.c?view=diff&rev=6509&r1=6508&r2=6509
==============================================================================
--- linux/team/sruffell/staging/drivers/dahdi/wctdm24xxp/base.c (original)
+++ linux/team/sruffell/staging/drivers/dahdi/wctdm24xxp/base.c Mon Apr 27 14:32:10 2009
@@ -1673,7 +1673,7 @@
 		features = &vpm100m_ec_features;
 	}
 
-	if (wc->vpm100 && (ecp->param_count > 0)) {
+	if (ecp->param_count > 0) {
 		printk(KERN_WARNING "%s echo canceller does not support parameters; failing request\n", ops->name);
 		return -EINVAL;
 	}
@@ -1692,8 +1692,8 @@
 			channel >>= 2;
 	
 		if (debug & DEBUG_ECHOCAN) 
-			printk(KERN_DEBUG "echocan: Unit is %d, Channel is %d length %d\n", unit, channel, ecp->tap_length);
-
+			printk(KERN_DEBUG "echocan: Unit is %d, Channel is  %d length %d\n", 
+			       unit, channel, ecp->tap_length);
 		wctdm_vpm_out(wc, unit, channel, 0x3e);
 		res = 0;
 	} else if (wc->vpmadt032) {




More information about the svn-commits mailing list