V4L/DVB (4794): Dvb: dibx000_common-fix
authorAndrew Morton <akpm@osdl.org>
Thu, 2 Nov 2006 22:45:13 +0000 (19:45 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 10 Dec 2006 10:51:11 +0000 (08:51 -0200)
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/frontends/dibx000_common.c

index 61d28de303055fdff90546a5b840870ddcf8df63..a18c8f45a2eeecded00ff1ecb2760d56141e71bf 100644 (file)
@@ -63,7 +63,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);
 
This page took 0.031738 seconds and 5 git commands to generate.