Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343800
b: refs/heads/master
c: 8b35c2f
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Oct 27, 2012
1 parent 8ac70e8 commit 773e9eb
Show file tree
Hide file tree
Showing 2 changed files with 6 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: c246ffc28e1b616305edce4b07acd35f46c6407c
refs/heads/master: 8b35c2fee8a0a5f9c4779ad2eda8a8c9cf1be99d
8 changes: 5 additions & 3 deletions trunk/drivers/media/dvb-frontends/drxd_hard.c
Original file line number Diff line number Diff line change
Expand Up @@ -1748,7 +1748,8 @@ static int DRX_Stop(struct drxd_state *state)
return status;
}

int SetOperationMode(struct drxd_state *state, int oMode)
#if 0 /* Currently unused */
static int SetOperationMode(struct drxd_state *state, int oMode)
{
int status;

Expand Down Expand Up @@ -1788,6 +1789,7 @@ int SetOperationMode(struct drxd_state *state, int oMode)
state->operation_mode = oMode;
return status;
}
#endif

static int StartDiversity(struct drxd_state *state)
{
Expand Down Expand Up @@ -2612,7 +2614,7 @@ static int CDRXD(struct drxd_state *state, u32 IntermediateFrequency)
return 0;
}

int DRXD_init(struct drxd_state *state, const u8 * fw, u32 fw_size)
static int DRXD_init(struct drxd_state *state, const u8 *fw, u32 fw_size)
{
int status = 0;
u32 driverVersion;
Expand Down Expand Up @@ -2774,7 +2776,7 @@ int DRXD_init(struct drxd_state *state, const u8 * fw, u32 fw_size)
return status;
}

int DRXD_status(struct drxd_state *state, u32 * pLockStatus)
static int DRXD_status(struct drxd_state *state, u32 *pLockStatus)
{
DRX_GetLockStatus(state, pLockStatus);

Expand Down

0 comments on commit 773e9eb

Please sign in to comment.