Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114097
b: refs/heads/master
c: ceab2fe
h: refs/heads/master
i:
  114095: aec1f01
v: v3
  • Loading branch information
Igor M. Liplianin authored and Mauro Carvalho Chehab committed Oct 13, 2008
1 parent f2600f0 commit e4da46e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: de9be0eaae2a23b1782ae0d271961b83abc6e200
refs/heads/master: ceab2fe84987a9b2dbe6107f83ac99c98040abcc
3 changes: 2 additions & 1 deletion trunk/drivers/media/dvb/frontends/stb6000.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,13 @@ struct dvb_frontend *stb6000_attach(struct dvb_frontend *fe, int addr,
struct i2c_adapter *i2c)
{
struct stb6000_priv *priv = NULL;
u8 b0[] = { 0 };
u8 b1[] = { 0, 0 };
struct i2c_msg msg[2] = {
{
.addr = addr,
.flags = 0,
.buf = NULL,
.buf = b0,
.len = 0
}, {
.addr = addr,
Expand Down

0 comments on commit e4da46e

Please sign in to comment.