[svn-commits] rmeyerriecks: branch linux/mspiceland/dahdi-qfalc31 r7665 - /linux/team/mspic...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Dec 4 16:53:19 CST 2009


Author: rmeyerriecks
Date: Fri Dec  4 16:53:15 2009
New Revision: 7665

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=7665
Log:
wct4xxp: Adjusting the merge a bit

Modified:
    linux/team/mspiceland/dahdi-qfalc31/drivers/dahdi/wct4xxp/base.c

Modified: linux/team/mspiceland/dahdi-qfalc31/drivers/dahdi/wct4xxp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/team/mspiceland/dahdi-qfalc31/drivers/dahdi/wct4xxp/base.c?view=diff&rev=7665&r1=7664&r2=7665
==============================================================================
--- linux/team/mspiceland/dahdi-qfalc31/drivers/dahdi/wct4xxp/base.c (original)
+++ linux/team/mspiceland/dahdi-qfalc31/drivers/dahdi/wct4xxp/base.c Fri Dec  4 16:53:15 2009
@@ -2687,9 +2687,6 @@
 
 	if (c & 0x80) { /* LOS */
 		if (ts->losalarmcount >= losalarmdebounce)
-			dev_info(&wc->dev->dev, "Loss-of-signal span %d\n",
-								   span+1);
-
 			/* Disable Slip Interrupts */
 			e = __t4_framer_in(wc, span, 0x17);
 			__t4_framer_out(wc, span, 0x17, (e|0x03));




More information about the svn-commits mailing list