summaryrefslogtreecommitdiff
path: root/wctdm.c
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-02-03 02:48:31 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-02-03 02:48:31 +0000
commit938c1cbf11512531b9f20306fcb7ced6b76ecb9e (patch)
treea8a211463f3ffc86dbdb3033270e42f980260bd8 /wctdm.c
parent813310071f70976c2467c92856521927665d0c90 (diff)
Take useless debug message from the IOCTL
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@579 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wctdm.c')
-rwxr-xr-xwctdm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/wctdm.c b/wctdm.c
index fce4181..fa7aa9b 100755
--- a/wctdm.c
+++ b/wctdm.c
@@ -1594,7 +1594,6 @@ static int wctdm_ioctl(struct zt_chan *chan, unsigned int cmd, unsigned long dat
struct wctdm_echo_coefs echoregs;
struct wctdm *wc = chan->pvt;
int x;
- printk("We hit our IOCTL\n");
switch (cmd) {
case ZT_ONHOOKTRANSFER:
if (wc->modtype[chan->chanpos - 1] != MOD_TYPE_FXS)
@@ -1652,7 +1651,7 @@ static int wctdm_ioctl(struct zt_chan *chan, unsigned int cmd, unsigned long dat
}
break;
case WCTDM_SET_ECHOTUNE:
- printk("Setting echo registers: \n");
+ printk("-- Setting echo registers: \n");
if (copy_from_user(&echoregs, (struct wctdm_echo_coefs*)data, sizeof(echoregs)))
return -EFAULT;