diff options
| author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-08-23 18:21:35 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-08-23 18:21:35 -0300 |
| commit | c71aa27799cdc13f1dd5c03d681a279b82dabf6f (patch) | |
| tree | 25bd07d35a51b83acda2402b5f9a23d7f9904aee /linux/drivers/media/dvb | |
| parent | e906ca813e0536a9b132343dddfc5e4525751d51 (diff) | |
| parent | 1f843421759ab9e7ac26c7522706581dde649d43 (diff) | |
| download | mediapointer-dvb-s2-c71aa27799cdc13f1dd5c03d681a279b82dabf6f.tar.gz mediapointer-dvb-s2-c71aa27799cdc13f1dd5c03d681a279b82dabf6f.tar.bz2 | |
merge: http://linuxtv.org/hg/~pb/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/dvb')
| -rw-r--r-- | linux/drivers/media/dvb/frontends/dibx000_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/dibx000_common.c b/linux/drivers/media/dvb/frontends/dibx000_common.c index bdc6d7a7d..1f6dc06a3 100644 --- a/linux/drivers/media/dvb/frontends/dibx000_common.c +++ b/linux/drivers/media/dvb/frontends/dibx000_common.c @@ -85,7 +85,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); |
