summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wct4xxp/base.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dahdi/wct4xxp/base.c')
-rw-r--r--drivers/dahdi/wct4xxp/base.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/dahdi/wct4xxp/base.c b/drivers/dahdi/wct4xxp/base.c
index d3dcdda..60b5d14 100644
--- a/drivers/dahdi/wct4xxp/base.c
+++ b/drivers/dahdi/wct4xxp/base.c
@@ -1573,15 +1573,11 @@ static int t4_chanconfig(struct dahdi_chan *chan, int sigtype)
static int t4_open(struct dahdi_chan *chan)
{
- try_module_get(THIS_MODULE);
-
return 0;
}
static int t4_close(struct dahdi_chan *chan)
{
- module_put(THIS_MODULE);
-
return 0;
}
@@ -1631,6 +1627,7 @@ static void init_spans(struct t4 *wc)
ts->span.spantype = "J1";
break;
}
+ ts->span.owner = THIS_MODULE;
ts->span.spanconfig = t4_spanconfig;
ts->span.chanconfig = t4_chanconfig;
ts->span.irq = wc->dev->irq;