summaryrefslogtreecommitdiff
path: root/wct4xxp.c
diff options
context:
space:
mode:
Diffstat (limited to 'wct4xxp.c')
-rwxr-xr-xwct4xxp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/wct4xxp.c b/wct4xxp.c
index 766e909..5adb915 100755
--- a/wct4xxp.c
+++ b/wct4xxp.c
@@ -766,10 +766,6 @@ static int t4_ioctl(struct zt_chan *chan, unsigned int cmd, unsigned long data)
regs.regs[x] = t4_framer_in(wc, chan->span->offset, x);
if (copy_to_user((struct t4_regs *)data, &regs, sizeof(regs)))
return -EFAULT;
- {
- static unsigned char filldata = 0;
- memset(wc->tspans[0]->writechunk, filldata, ZT_CHUNKSIZE * 32);
- }
break;
#ifdef VPM_SUPPORT
case ZT_TONEDETECT: