Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330974
b: refs/heads/master
c: 7f12088
h: refs/heads/master
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Sep 15, 2012
1 parent 5eb9edf commit e14957c
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: 3851c34a835f47b78c6ef7a3fa7dd6d9af9393f9
refs/heads/master: 7f12088798b671626b46ba77abee763d6348f146
3 changes: 2 additions & 1 deletion trunk/drivers/media/tuners/qt1010.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,8 @@ static int qt1010_init(struct dvb_frontend *fe)
if ((err = qt1010_init_meas2(priv, i, &tmpval)))
return err;

c->frequency = 545000000; /* Sigmatek DVB-110 545000000 */
if (!c->frequency)
c->frequency = 545000000; /* Sigmatek DVB-110 545000000 */
/* MSI Megasky 580 GL861 533000000 */
return qt1010_set_params(fe);
}
Expand Down

0 comments on commit e14957c

Please sign in to comment.