aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2006-11-02 17:45:13 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-12-10 05:51:11 -0500
commit589d069cfe7f2bb37c4836641ddffe9e2b51e74e (patch)
treefa3c0ff5971e292c13a6657123a7e4567c25d102
parentcbb94521cff24c98c2dbee28fb95e007c6bcaa43 (diff)
V4L/DVB (4794): Dvb: dibx000_common-fix
Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r--drivers/media/dvb/frontends/dibx000_common.c2
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
63 struct i2c_msg m[2 + num]; 63 struct i2c_msg m[2 + num];
64 u8 tx_open[4], tx_close[4]; 64 u8 tx_open[4], tx_close[4];
65 65
66 memset(m,0, sizeof(struct i2c_msg) * (2 + num)), 66 memset(m,0, sizeof(struct i2c_msg) * (2 + num));
67 67
68 dibx000_i2c_select_interface(mst, DIBX000_I2C_INTERFACE_TUNER); 68 dibx000_i2c_select_interface(mst, DIBX000_I2C_INTERFACE_TUNER);
69 69