From 19c8067a73d9f34f1de965245a334c72f3359725 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Fri, 30 Nov 2007 21:54:31 +0000 Subject: 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 --- wcte11xp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'wcte11xp.c') 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; -- cgit v1.2.3