summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wct4xxp/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wct4xxp/base.c b/wct4xxp/base.c
index b26307e..72afb05 100644
--- a/wct4xxp/base.c
+++ b/wct4xxp/base.c
@@ -2637,7 +2637,7 @@ static inline void __t4_framer_interrupt(struct t4 *wc, int span)
if (readsize > 0) {
struct zt_chan *sigchan = ts->sigchan;
int i;
- unsigned char readbuf[FRMR_RBCL_MAX_SIZE];
+ unsigned char readbuf[readsize];
if (debug & DEBUG_FRAMER) printk("Framer %d: Got RPF/RME! readsize is %d\n", sigchan->span->offset, readsize);