[dahdi-commits] rmeyerriecks: linux/trunk r8600 - /linux/trunk/drivers/dahdi/wcte12xp/base.c

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Mon May 3 13:23:12 CDT 2010


Author: rmeyerriecks
Date: Mon May  3 13:23:09 2010
New Revision: 8600

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8600
Log:
wcte12xp: Removed unnecessary instrumentation

Over-verbose instrumentation snuck in, on commit r8594

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

Modified: linux/trunk/drivers/dahdi/wcte12xp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/wcte12xp/base.c?view=diff&rev=8600&r1=8599&r2=8600
==============================================================================
--- linux/trunk/drivers/dahdi/wcte12xp/base.c (original)
+++ linux/trunk/drivers/dahdi/wcte12xp/base.c Mon May  3 13:23:09 2010
@@ -674,17 +674,14 @@
 	}
 
 	ret = t1_setreg(wc, CCB1, reg[0]);
-	t1_info(wc, "Set CCB1 to 0x%X\n", reg[0]);
 	if (ret < 0)
 		t1_info(wc, "Unable to set clear/rbs mode!\n");
 
 	ret = t1_setreg(wc, CCB2, reg[1]);
-	t1_info(wc, "Set CCB2 to 0x%X\n", reg[1]);
 	if (ret < 0)
 		t1_info(wc, "Unable to set clear/rbs mode!\n");
 
 	ret = t1_setreg(wc, CCB3, reg[2]);
-	t1_info(wc, "Set CCB3 to 0x%X\n", reg[2]);
 	if (ret < 0)
 		t1_info(wc, "Unable to set clear/rbs mode!\n");
 }




More information about the dahdi-commits mailing list