summaryrefslogtreecommitdiff
path: root/wcte11xp.c
diff options
context:
space:
mode:
Diffstat (limited to 'wcte11xp.c')
-rw-r--r--wcte11xp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wcte11xp.c b/wcte11xp.c
index f80657d..e40bfa2 100644
--- a/wcte11xp.c
+++ b/wcte11xp.c
@@ -974,6 +974,7 @@ static int t1xxp_software_init(struct t1 *wc)
sprintf(wc->span.desc, "%s Card %d", wc->variety, wc->num);
wc->span.spanconfig = t1xxp_spanconfig;
wc->span.chanconfig = t1xxp_chanconfig;
+ wc->span.irq = wc->dev->irq;
wc->span.startup = t1xxp_startup;
wc->span.shutdown = t1xxp_shutdown;
wc->span.rbsbits = t1xxp_rbsbits;