Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331208
b: refs/heads/master
c: e221a1b
h: refs/heads/master
v: v3
  • Loading branch information
Gianluca Gennari authored and Mauro Carvalho Chehab committed Oct 1, 2012
1 parent 9dd4b97 commit 5b0b8c9
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: 0c42a55c86228ba9d0969562fcebc2adc79bfddb
refs/heads/master: e221a1b8960e7083029018e3cf2b4097e27d4891
2 changes: 1 addition & 1 deletion trunk/drivers/media/tuners/fc2580.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ static int fc2580_set_params(struct dvb_frontend *fe)
f_vco = c->frequency;
f_vco *= fc2580_pll_lut[i].div;

if (f_vco >= 2600000000)
if (f_vco >= 2600000000UL)
tmp_val = 0x0e | fc2580_pll_lut[i].band;
else
tmp_val = 0x06 | fc2580_pll_lut[i].band;
Expand Down

0 comments on commit 5b0b8c9

Please sign in to comment.