From: Andrew Morton Date: Thu, 2 Nov 2006 22:45:13 +0000 (-0300) Subject: V4L/DVB (4794): Dvb: dibx000_common-fix X-Git-Tag: v2.6.20-rc2~85^2~18^2~100 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=589d069cfe7f2bb37c4836641ddffe9e2b51e74e;p=linux-2.6-omap-h63xx.git V4L/DVB (4794): Dvb: dibx000_common-fix Signed-off-by: Andrew Morton Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb/frontends/dibx000_common.c b/drivers/media/dvb/frontends/dibx000_common.c index 61d28de3030..a18c8f45a2e 100644 --- a/drivers/media/dvb/frontends/dibx000_common.c +++ b/drivers/media/dvb/frontends/dibx000_common.c @@ -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);