diff options
author | Andrew Morton <akpm@osdl.org> | 2006-11-02 23:45:13 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-12-10 11:51:11 +0100 |
commit | 589d069cfe7f2bb37c4836641ddffe9e2b51e74e (patch) | |
tree | fa3c0ff5971e292c13a6657123a7e4567c25d102 /drivers/media | |
parent | V4L/DVB (4792): Add support for the Compro Videomate DVB-T200A (diff) | |
download | linux-589d069cfe7f2bb37c4836641ddffe9e2b51e74e.tar.xz linux-589d069cfe7f2bb37c4836641ddffe9e2b51e74e.zip |
V4L/DVB (4794): Dvb: dibx000_common-fix
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/dvb/frontends/dibx000_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/dibx000_common.c b/drivers/media/dvb/frontends/dibx000_common.c index 61d28de30305..a18c8f45a2ee 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); |