summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wcte12xp
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2011-06-02 20:02:23 +0000
committerShaun Ruffell <sruffell@digium.com>2011-06-02 20:02:23 +0000
commit87c911c8248a41c5e57bd7c19dad106a1b30d531 (patch)
treec2a886f420e8c5fe6a2e9d48475087a485d7cb8c /drivers/dahdi/wcte12xp
parentd3cb93127b5a6241fe9004f3ae609bdb4164f78b (diff)
wcte12xp, wctdm24xxp: Use a constant string for the VPM workqueue name.
In my opinion naming the VPM workqueues for each board is not worth the extra complexity. Signed-off-by: Shaun Ruffell <sruffell@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9950 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wcte12xp')
-rw-r--r--drivers/dahdi/wcte12xp/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/wcte12xp/base.c b/drivers/dahdi/wcte12xp/base.c
index 0a23a85..8698461 100644
--- a/drivers/dahdi/wcte12xp/base.c
+++ b/drivers/dahdi/wcte12xp/base.c
@@ -1418,7 +1418,7 @@ static int check_and_load_vpm(struct t1 *wc)
* done setting it up here, an hour should cover it... */
wc->vpm_check = jiffies + HZ*3600;
- vpm = vpmadt032_alloc(&options, wc->name);
+ vpm = vpmadt032_alloc(&options);
if (!vpm)
return -ENOMEM;