[Asterisk-cvs] zaptel wcte11xp.c,1.2,1.3

markster at lists.digium.com markster at lists.digium.com
Mon Nov 15 08:40:18 CST 2004


Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv8799

Modified Files:
	wcte11xp.c 
Log Message:
Avoid double spinlock


Index: wcte11xp.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wcte11xp.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- wcte11xp.c	27 Oct 2004 21:52:38 -0000	1.2
+++ wcte11xp.c	15 Nov 2004 13:40:59 -0000	1.3
@@ -878,7 +878,7 @@
 	unsigned long flags;
 
 	spin_lock_irqsave(&wc->lock, flags);
-	t1_framer_out(wc, 0x46, 0x41);	/* GCR: Interrupt on Activation/Deactivation of AIX, LOS */
+	__t1_framer_out(wc, 0x46, 0x41);	/* GCR: Interrupt on Activation/Deactivation of AIX, LOS */
 	__t1xxp_stop_dma(wc);
 	__t1xxp_disable_interrupts(wc);
 	span->flags &= ~ZT_FLAG_RUNNING;




More information about the svn-commits mailing list