summaryrefslogtreecommitdiff
path: root/wctdm24xxp
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-03-19 18:51:44 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-03-19 18:51:44 +0000
commite397098a1c390b5098627bb1ef417224b635f77e (patch)
tree0e2de311d633c660ae69618a744cc4597c8aa0a7 /wctdm24xxp
parent372f53e6237933e5493cc8b87959fa1e5bcd304a (diff)
Make sure this check is made in 1.2 as well
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@4025 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wctdm24xxp')
-rw-r--r--wctdm24xxp/base.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/wctdm24xxp/base.c b/wctdm24xxp/base.c
index 8e06d80..5a63894 100644
--- a/wctdm24xxp/base.c
+++ b/wctdm24xxp/base.c
@@ -2673,6 +2673,10 @@ static void vpm150m_bh(struct work_struct *data)
continue;
}
+ if (res == RefNoEventAvail) {
+ continue;
+ }
+
if (eventcode == EventToneDetect) {
GpakToneCodes_t tone = eventdata.toneEvent.ToneCode;
int duration = eventdata.toneEvent.ToneDuration;