Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88165
b: refs/heads/master
c: 8e08af3
h: refs/heads/master
i:
  88163: 52eed1f
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Apr 6, 2008
1 parent c9f477b commit dce8ba6
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: 4a8f3a5727c589a59bcaaca43dc1025b347b7a75
refs/heads/master: 8e08af3c30b4e5f59adff0baa33fd346227b45e2
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/s5h1409.c
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ static int s5h1409_set_gpio(struct dvb_frontend* fe, int enable)
s5h1409_readreg(state, 0xe3) | 0x1100);
else
return s5h1409_writereg(state, 0xe3,
s5h1409_readreg(state, 0xe3) & 0xeeff);
s5h1409_readreg(state, 0xe3) & 0xfeff);
}

static int s5h1409_sleep(struct dvb_frontend* fe, int enable)
Expand Down

0 comments on commit dce8ba6

Please sign in to comment.