summaryrefslogtreecommitdiff
path: root/drivers/dahdi/dahdi-base.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dahdi/dahdi-base.c')
-rw-r--r--drivers/dahdi/dahdi-base.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/dahdi/dahdi-base.c b/drivers/dahdi/dahdi-base.c
index 218f87f..412101e 100644
--- a/drivers/dahdi/dahdi-base.c
+++ b/drivers/dahdi/dahdi-base.c
@@ -8736,10 +8736,10 @@ int dahdi_transmit(struct dahdi_span *span)
span->ops->rbsbits(chan, src->rxsig);
}
}
- /* there is no further processing to do for DACS channels, so
- * jump to the next channel in the span
- */
- spin_unlock_irqrestore(&chan->lock, flags);
+ /* there is no further processing to do for
+ * DACS channels, so jump to the next channel
+ * in the span */
+ spin_unlock(&chan->lock);
continue;
} else if (chan->nextslave) {
__transmit_to_slaves(chan);