summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wctdm24xxp
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dahdi/wctdm24xxp')
-rw-r--r--drivers/dahdi/wctdm24xxp/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/wctdm24xxp/base.c b/drivers/dahdi/wctdm24xxp/base.c
index f04703f..03d56e2 100644
--- a/drivers/dahdi/wctdm24xxp/base.c
+++ b/drivers/dahdi/wctdm24xxp/base.c
@@ -3833,7 +3833,7 @@ static int wctdm_initialize_vpmadt032(struct wctdm *wc)
options.vpmnlpmaxsupp = vpmnlpmaxsupp;
options.channels = wc->avchannels;
- wc->vpmadt032 = vpmadt032_alloc(&options, wc->board_name);
+ wc->vpmadt032 = vpmadt032_alloc(&options);
if (!wc->vpmadt032)
return -ENOMEM;