From bc4ae5301d9c34a7f4df74ba1e84742b8e65ab58 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Tue, 24 Aug 2010 12:28:39 +0300 Subject: set modules to be ower-s of their spans Set 'span->owner = THIS_MODULE' for all of our drivers. This is for the reference counting introduced in 2.3. Otherwise we get annoying WARN_ON traces. Origin: http://bugs.elastix.org/view.php?id=408 (Patch kernel_tainted_zaphfc_opvxa1200.patch by Odicha) --- drivers/dahdi/wcopenpci.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/dahdi/wcopenpci.c') diff --git a/drivers/dahdi/wcopenpci.c b/drivers/dahdi/wcopenpci.c index 6768d07..b28cac4 100644 --- a/drivers/dahdi/wcopenpci.c +++ b/drivers/dahdi/wcopenpci.c @@ -1313,6 +1313,7 @@ static int span_initialize(struct openpci *wc) wc->span.chans = wc->chans; wc->span.channels = MAX_PORTS; wc->span.hooksig = openpci_hooksig; + wc->span.owner = THIS_MODULE; wc->span.open = openpci_open; wc->span.close = openpci_close; wc->span.flags = DAHDI_FLAG_RBS; -- cgit v1.2.3