Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320082
b: refs/heads/master
c: f3e16df
h: refs/heads/master
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Jul 5, 2012
1 parent 42e2769 commit 1f6d267
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: 279bba0fbd6d00e37655e59b3636e1d95e848814
refs/heads/master: f3e16df60bbad0a5447cee55c5def2550714af84
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/a8293.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ struct dvb_frontend *a8293_attach(struct dvb_frontend *fe,

/* ENB=0 */
priv->reg[0] = 0x10;
ret = a8293_wr(priv, &priv->reg[1], 1);
ret = a8293_wr(priv, &priv->reg[0], 1);
if (ret)
goto err;

Expand Down

0 comments on commit 1f6d267

Please sign in to comment.