summaryrefslogtreecommitdiff
path: root/linux/drivers/media
diff options
context:
space:
mode:
authorJohannes Stezenbach <devnull@localhost>2003-11-11 12:30:36 +0000
committerJohannes Stezenbach <devnull@localhost>2003-11-11 12:30:36 +0000
commit7262a27c04bf5b079f159da6fa3a49de060f9e45 (patch)
tree9718d24b90dc6613814153fa0dce479116660ad7 /linux/drivers/media
parentf150f1d227c001922b6e4def0dfb731a9fb87cc6 (diff)
downloadmediapointer-dvb-s2-7262a27c04bf5b079f159da6fa3a49de060f9e45.tar.gz
mediapointer-dvb-s2-7262a27c04bf5b079f159da6fa3a49de060f9e45.tar.bz2
increase buf for firmware loading by 2 (bug reported by Jamie Honan)
Diffstat (limited to 'linux/drivers/media')
-rw-r--r--linux/drivers/media/dvb/frontends/sp887x.c2
1 files changed, 1 insertions, 1 deletions
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 */