summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wcopenpci.c
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2010-08-24 12:28:39 +0300
committerTzafrir Cohen <tzafrir@cohens.org.il>2010-08-24 12:34:02 +0300
commitbc4ae5301d9c34a7f4df74ba1e84742b8e65ab58 (patch)
treedf2b3a16845cb481e6a6ca9e101c741541042e57 /drivers/dahdi/wcopenpci.c
parentc394e7fc85e7019bc667461d3718e4e5b11347ac (diff)
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)
Diffstat (limited to 'drivers/dahdi/wcopenpci.c')
-rw-r--r--drivers/dahdi/wcopenpci.c1
1 files changed, 1 insertions, 0 deletions
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;