Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261492
b: refs/heads/master
c: 1bd09dd
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jul 27, 2011
1 parent 5ea09fb commit 8247305
Show file tree
Hide file tree
Showing 2 changed files with 4 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: e16cede5a8945bda970b7dd80bc51c539e0e4c2d
refs/heads/master: 1bd09ddcffb2fb59d3211a9137d9122171724bae
6 changes: 3 additions & 3 deletions trunk/drivers/media/dvb/frontends/drxk_hard.c
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@ static int DownloadMicrocode(struct drxk_state *state,
u16 BlockCRC;
u32 offset = 0;
u32 i;
int status;
int status = 0;

/* down the drain (we don care about MAGIC_WORD) */
Drain = (pSrc[0] << 8) | pSrc[1];
Expand Down Expand Up @@ -1731,7 +1731,7 @@ static int SetOperationMode(struct drxk_state *state,
static int Start(struct drxk_state *state, s32 offsetFreq,
s32 IntermediateFrequency)
{
int status;
int status = 0;

do {
u16 IFreqkHz;
Expand Down Expand Up @@ -1789,7 +1789,7 @@ static int ShutDown(struct drxk_state *state)
static int GetLockStatus(struct drxk_state *state, u32 *pLockStatus,
u32 Time)
{
int status;
int status = 0;

if (pLockStatus == NULL)
return -1;
Expand Down

0 comments on commit 8247305

Please sign in to comment.