summaryrefslogtreecommitdiff
path: root/wct4xxp
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 /wct4xxp
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 'wct4xxp')
-rw-r--r--wct4xxp/base.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wct4xxp/base.c b/wct4xxp/base.c
index f2e6fa2..33cca7d 100644
--- a/wct4xxp/base.c
+++ b/wct4xxp/base.c
@@ -1533,6 +1533,7 @@ static void init_spans(struct t4 *wc)
sprintf(ts->span.desc, "T%dXXP (PCI) Card %d Span %d", wc->numspans, wc->num, x+1);
ts->span.spanconfig = t4_spanconfig;
ts->span.chanconfig = t4_chanconfig;
+ ts->span.irq = wc->dev->irq;
ts->span.startup = t4_startup;
ts->span.shutdown = t4_shutdown;
ts->span.rbsbits = t4_rbsbits;