Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366730
b: refs/heads/master
c: a3ad56d
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and Mauro Carvalho Chehab committed Mar 23, 2013
1 parent c77bdca commit 6e58b06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: ced9b21ff626b6e6a23c06520ecb943f8d6ffa01
refs/heads/master: a3ad56d0aba738298338895b937359d57f40438b
5 changes: 2 additions & 3 deletions trunk/drivers/media/dvb-frontends/drxk_hard.c
Original file line number Diff line number Diff line change
Expand Up @@ -1947,8 +1947,7 @@ static int ShutDown(struct drxk_state *state)
return 0;
}

static int GetLockStatus(struct drxk_state *state, u32 *pLockStatus,
u32 Time)
static int GetLockStatus(struct drxk_state *state, u32 *pLockStatus)
{
int status = -EINVAL;

Expand Down Expand Up @@ -6488,7 +6487,7 @@ static int drxk_get_stats(struct dvb_frontend *fe)

/* get status */
state->fe_status = 0;
GetLockStatus(state, &stat, 0);
GetLockStatus(state, &stat);
if (stat == MPEG_LOCK)
state->fe_status |= 0x1f;
if (stat == FEC_LOCK)
Expand Down

0 comments on commit 6e58b06

Please sign in to comment.