summaryrefslogtreecommitdiff
path: root/wctdm24xxp
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-11-30 21:54:31 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-11-30 21:54:31 +0000
commit19c8067a73d9f34f1de965245a334c72f3359725 (patch)
tree8dd530ab4aa76823bc4a4fbf2d50a81521b38e83 /wctdm24xxp
parent9c37de41213afb929f4d7ec9e0e4866ce56d1db1 (diff)
populate the 'irq' member of the span structure since it is there
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3267 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wctdm24xxp')
-rw-r--r--wctdm24xxp/base.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wctdm24xxp/base.c b/wctdm24xxp/base.c
index 5f53ad0..0470725 100644
--- a/wctdm24xxp/base.c
+++ b/wctdm24xxp/base.c
@@ -3060,6 +3060,7 @@ static int wctdm_initialize(struct wctdm *wc)
}
wc->span.chans = wc->chans;
wc->span.channels = wc->type;
+ wc->span.irq = wc->dev->irq;
wc->span.hooksig = wctdm_hooksig;
wc->span.open = wctdm_open;
wc->span.close = wctdm_close;