Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286413
b: refs/heads/master
c: d04ca8d
h: refs/heads/master
i:
  286411: d2bb670
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Jan 16, 2012
1 parent bd62f1f commit 797121d
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: faf27976a745ac126943a500c48b30c0dd1082d3
refs/heads/master: d04ca8df70f0e1c3fe6ee2aeb1114b03a3a3de88
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/frontends/cxd2820r_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -476,10 +476,10 @@ static enum dvbfe_search cxd2820r_search(struct dvb_frontend *fe)
dbg("%s: delsys=%d", __func__, fe->dtv_property_cache.delivery_system);

/* switch between DVB-T and DVB-T2 when tune fails */
if (priv->last_tune_failed && (priv->delivery_system != SYS_DVBC_ANNEX_A)) {
if (priv->last_tune_failed) {
if (priv->delivery_system == SYS_DVBT)
c->delivery_system = SYS_DVBT2;
else
else if (priv->delivery_system == SYS_DVBT2)
c->delivery_system = SYS_DVBT;
}

Expand Down

0 comments on commit 797121d

Please sign in to comment.