Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44052
b: refs/heads/master
c: 589d069
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Mauro Carvalho Chehab committed Dec 10, 2006
1 parent 82e2496 commit e936a6f
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: cbb94521cff24c98c2dbee28fb95e007c6bcaa43
refs/heads/master: 589d069cfe7f2bb37c4836641ddffe9e2b51e74e
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 e936a6f

Please sign in to comment.