summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-11-02 19:45:13 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-11-02 19:45:13 -0300
commit2b9c9bdaea52a03d2cb74480253c8a7a69520a88 (patch)
tree96c593bdfa1508c7a96f0d7be576a87b668b1a03 /linux/drivers/media/dvb
parentd5ed2a204a3433d4c6c9ca012bcd2c89bc1159f1 (diff)
downloadmediapointer-dvb-s2-2b9c9bdaea52a03d2cb74480253c8a7a69520a88.tar.gz
mediapointer-dvb-s2-2b9c9bdaea52a03d2cb74480253c8a7a69520a88.tar.bz2
dvb: dibx000_common-fix
From: Andrew Morton <akpm@osdl.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/dvb')
-rw-r--r--linux/drivers/media/dvb/frontends/dibx000_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/dibx000_common.c b/linux/drivers/media/dvb/frontends/dibx000_common.c
index bdc6d7a7d..1f6dc06a3 100644
--- a/linux/drivers/media/dvb/frontends/dibx000_common.c
+++ b/linux/drivers/media/dvb/frontends/dibx000_common.c
@@ -85,7 +85,7 @@ static int dibx000_i2c_gated_tuner_xfer(struct i2c_adapter *i2c_adap, struct i2c
struct i2c_msg m[2 + num];
u8 tx_open[4], tx_close[4];
- memset(m,0, sizeof(struct i2c_msg) * (2 + num)),
+ memset(m,0, sizeof(struct i2c_msg) * (2 + num));
dibx000_i2c_select_interface(mst, DIBX000_I2C_INTERFACE_TUNER);