From 20d71f2682188abe78beae7790b1eec21c5266f6 Mon Sep 17 00:00:00 2001 From: markster Date: Thu, 22 Jul 2004 23:33:54 +0000 Subject: Fix E1 again git-svn-id: http://svn.digium.com/svn/zaptel/trunk@437 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wct4xxp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wct4xxp.c b/wct4xxp.c index 2cf9c9a..66a4989 100755 --- a/wct4xxp.c +++ b/wct4xxp.c @@ -919,7 +919,7 @@ static void t4_receiveprep(struct t4 *wc, int irq) int dbl = 0; int x,y,z; unsigned int tmp; - int offset; + int offset=0; if (!wc->t1e1) offset = 4; if (irq & 1) { @@ -996,7 +996,7 @@ static void t4_transmitprep(struct t4 *wc, int irq) volatile unsigned int *writechunk; int x,y,z; unsigned int tmp; - int offset; + int offset=0; if (!wc->t1e1) offset = 4; if (irq & 1) { -- cgit v1.2.3