summaryrefslogtreecommitdiff
path: root/drivers/dahdi/voicebus
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2010-07-26 00:30:36 +0000
committerShaun Ruffell <sruffell@digium.com>2010-07-26 00:30:36 +0000
commit7f51846ded65617ea0c5742c9f93999b8b0e0478 (patch)
treed10e3ec6eab53134c929f147f4f522ea1a024ef9 /drivers/dahdi/voicebus
parent03f1ddae88215a865094ab4eb85a4078a4398902 (diff)
wcte12xp, wctdm24xxp: Add shutdown handlers.
Make the drivers a little more kexec friendly. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8979 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/voicebus')
-rw-r--r--drivers/dahdi/voicebus/voicebus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dahdi/voicebus/voicebus.c b/drivers/dahdi/voicebus/voicebus.c
index eeceddc..6f38e1d 100644
--- a/drivers/dahdi/voicebus/voicebus.c
+++ b/drivers/dahdi/voicebus/voicebus.c
@@ -996,6 +996,7 @@ void voicebus_stop(struct voicebus *vb)
#if defined(CONFIG_VOICEBUS_TIMER)
del_timer_sync(&vb->timer);
#endif
+ vb_disable_interrupts(vb);
up(&stop);
}
EXPORT_SYMBOL(voicebus_stop);