Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286416
b: refs/heads/master
c: 3b6a567
h: refs/heads/master
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Jan 16, 2012
1 parent 182c74b commit b09af23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1f64972937d84f48a8b4d16e7e0b4a5ee7904c96
refs/heads/master: 3b6a567afa3250abf280ef535000dc0dc3ed9d52
5 changes: 5 additions & 0 deletions trunk/drivers/media/dvb/frontends/cxd2820r_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,14 @@ static int cxd2820r_read_status(struct dvb_frontend *fe, fe_status_t *status)

static int cxd2820r_get_frontend(struct dvb_frontend *fe)
{
struct cxd2820r_priv *priv = fe->demodulator_priv;
int ret;

dbg("%s: delsys=%d", __func__, fe->dtv_property_cache.delivery_system);

if (priv->delivery_system == SYS_UNDEFINED)
return 0;

switch (fe->dtv_property_cache.delivery_system) {
case SYS_DVBT:
ret = cxd2820r_get_frontend_t(fe);
Expand Down

0 comments on commit b09af23

Please sign in to comment.