summaryrefslogtreecommitdiff
path: root/wcte11xp.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-11-15 13:40:59 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-11-15 13:40:59 +0000
commit901ae7760abf600193502117a60b85095708d248 (patch)
tree44962b80a9fa5c8846b35d4feaed9cfd9fb25205 /wcte11xp.c
parent82a2ec1d47c4d45d32d663a647f83bda4943bdd1 (diff)
Avoid double spinlock
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@498 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wcte11xp.c')
-rwxr-xr-xwcte11xp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wcte11xp.c b/wcte11xp.c
index fe27053..f256ff4 100755
--- a/wcte11xp.c
+++ b/wcte11xp.c
@@ -878,7 +878,7 @@ static int t1xxp_shutdown(struct zt_span *span)
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;