diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-29 22:48:51 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-29 22:48:51 -0300 |
commit | 70563a913cd706ee2ff44f15f9be404764f932dc (patch) | |
tree | 4f5d6a51eead1aeb035c1a6df3212d22fcdb76c8 /linux/drivers/media/dvb/frontends | |
parent | 341276db860080bc5939fe2554bf9fd3f8a81969 (diff) | |
parent | d61139b02ffe6aefe7dfd1da54dcaa7a047e69e0 (diff) | |
download | mediapointer-dvb-s2-70563a913cd706ee2ff44f15f9be404764f932dc.tar.gz mediapointer-dvb-s2-70563a913cd706ee2ff44f15f9be404764f932dc.tar.bz2 |
merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-cx23885
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/dvb/frontends')
-rw-r--r-- | linux/drivers/media/dvb/frontends/itd1000_priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/itd1000_priv.h b/linux/drivers/media/dvb/frontends/itd1000_priv.h index 8cdc54e57..08ca85122 100644 --- a/linux/drivers/media/dvb/frontends/itd1000_priv.h +++ b/linux/drivers/media/dvb/frontends/itd1000_priv.h @@ -31,7 +31,7 @@ struct itd1000_state { /* ugly workaround for flexcop's incapable i2c-controller * FIXME, if possible */ - u8 shadow[255]; + u8 shadow[256]; }; enum itd1000_register { |