summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wcte12xp/base.c
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2008-11-13 22:10:51 +0000
committerShaun Ruffell <sruffell@digium.com>2008-11-13 22:10:51 +0000
commit04da794013de4a47f425d0f9190c6807ae0b1d15 (patch)
tree140fbf6591aab672aadbd416a4503bf6510cf4cf /drivers/dahdi/wcte12xp/base.c
parent837b8e6f678466d000cce28d660774d7621a1c5e (diff)
Make a message about the host cacheline size being unsupported a debug only
message. The voicebus interface still works whether the cacheline size is supported or not, but the message is confusing to users. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5303 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wcte12xp/base.c')
-rw-r--r--drivers/dahdi/wcte12xp/base.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/dahdi/wcte12xp/base.c b/drivers/dahdi/wcte12xp/base.c
index e68bbf8..49d3708 100644
--- a/drivers/dahdi/wcte12xp/base.c
+++ b/drivers/dahdi/wcte12xp/base.c
@@ -1609,7 +1609,8 @@ retry:
init_waitqueue_head(&wc->regq);
snprintf(wc->name, sizeof(wc->name)-1, "wcte12xp%d", index);
if ((res = voicebus_init(pdev, SFRAME_SIZE, wc->name,
- t1_handle_receive, t1_handle_transmit, wc, &wc->vb))) {
+ t1_handle_receive, t1_handle_transmit, wc,
+ debug, &wc->vb))) {
WARN_ON(1);
kfree(wc);
ifaces[index] = NULL;