Commit 1e805e67 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

V4L/DVB (4523): Fix a warning caused by a typo (comma instead of dot-comma)

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 1450e6be
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment