Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106743
b: refs/heads/master
c: 1ffdddd
h: refs/heads/master
i:
  106741: 9bfa12b
  106739: 227c463
  106735: 2180f27
v: v3
  • Loading branch information
roel kluin authored and Mauro Carvalho Chehab committed Jul 26, 2008
1 parent bfde7b6 commit d811845
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e14b3658a7651ffd9b1f407eaf07f4dde17ef1e7
refs/heads/master: 1ffdddd6fa3d18982133f6d149d456312d8bfcac
3 changes: 2 additions & 1 deletion trunk/drivers/media/common/tuners/mt20xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ static int mt2032_compute_freq(struct dvb_frontend *fe,
tuner_dbg("mt2032: rfin=%d lo2=%d lo2n=%d lo2a=%d num=%d lo2freq=%d\n",
rfin,lo2,lo2n,lo2a,lo2num,lo2freq);

if(lo1a<0 || lo1a>7 || lo1n<17 ||lo1n>48 || lo2a<0 ||lo2a >7 ||lo2n<17 || lo2n>30) {
if (lo1a > 7 || lo1n < 17 || lo1n > 48 || lo2a > 7 || lo2n < 17 ||
lo2n > 30) {
tuner_info("mt2032: frequency parameters out of range: %d %d %d %d\n",
lo1a, lo1n, lo2a,lo2n);
return(-1);
Expand Down

0 comments on commit d811845

Please sign in to comment.