Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37427
b: refs/heads/master
c: 1e805e6
h: refs/heads/master
i:
  37425: 3bcf41d
  37423: 4d7ce3a
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Sep 26, 2006
1 parent a789d67 commit 4cfebda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1450e6bedc58c731617d99b4670070ed3ccc91b4
refs/heads/master: 1e805e679a4e92099c62cc952cd668a6c683e849
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/dibx000_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 4cfebda

Please sign in to comment.