]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
V4L/DVB (4523): Fix a warning caused by a typo (comma instead of dot-comma)
authorMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 23 Aug 2006 19:51:43 +0000 (16:51 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Tue, 26 Sep 2006 15:30:34 +0000 (12:30 -0300)
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);