From: Andrew Morton Cc: Mauro Carvalho Chehab Signed-off-by: Andrew Morton --- drivers/media/dvb/frontends/dibx000_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/media/dvb/frontends/dibx000_common.c~dvb-dibx000_common-fix drivers/media/dvb/frontends/dibx000_common.c --- a/drivers/media/dvb/frontends/dibx000_common.c~dvb-dibx000_common-fix +++ a/drivers/media/dvb/frontends/dibx000_common.c @@ -63,7 +63,7 @@ static int dibx000_i2c_gated_tuner_xfer( 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); _