From 7262a27c04bf5b079f159da6fa3a49de060f9e45 Mon Sep 17 00:00:00 2001 From: Johannes Stezenbach Date: Tue, 11 Nov 2003 12:30:36 +0000 Subject: increase buf for firmware loading by 2 (bug reported by Jamie Honan) --- linux/drivers/media/dvb/frontends/sp887x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/drivers') diff --git a/linux/drivers/media/dvb/frontends/sp887x.c b/linux/drivers/media/dvb/frontends/sp887x.c index 57b24ebaa..a19281995 100644 --- a/linux/drivers/media/dvb/frontends/sp887x.c +++ b/linux/drivers/media/dvb/frontends/sp887x.c @@ -162,7 +162,7 @@ void sp887x_setup_agc (struct dvb_frontend *fe) static int sp887x_initial_setup (struct dvb_frontend *fe) { - u8 buf [BLOCKSIZE]; + u8 buf [BLOCKSIZE+2]; int i; /* soft reset */ -- cgit v1.2.3