summaryrefslogtreecommitdiff
path: root/wctdm24xxp
diff options
context:
space:
mode:
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;