Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242112
b: refs/heads/master
c: bf512b2
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed Mar 22, 2011
1 parent bf5ced2 commit c06b555
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: c6384c886dfed806f07ae2f8ba4d3740b57cde9c
refs/heads/master: bf512b2d9c39af31507f485b15b9b40e2a5c499c
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/frontends/stv0367.c
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ static u32 stv0367_get_tuner_freq(struct dvb_frontend *fe)
struct dvb_frontend_ops *frontend_ops = NULL;
struct dvb_tuner_ops *tuner_ops = NULL;
u32 freq = 0;
u32 err = 0;
int err = 0;

dprintk("%s:\n", __func__);

Expand Down Expand Up @@ -1940,7 +1940,7 @@ static int stv0367ter_get_frontend(struct dvb_frontend *fe,
int constell = 0,/* snr = 0,*/ Data = 0;

param->frequency = stv0367_get_tuner_freq(fe);
if (param->frequency < 0)
if ((int)param->frequency < 0)
param->frequency = c->frequency;

constell = stv0367_readbits(state, F367TER_TPS_CONST);
Expand Down

0 comments on commit c06b555

Please sign in to comment.