Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285803
b: refs/heads/master
c: 240ab50
h: refs/heads/master
i:
  285801: 818c898
  285799: 70efd3f
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jan 11, 2012
1 parent a9a4ec3 commit 2694738
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: 9544e8a64795d75875ff4c680a43aa452a37b260
refs/heads/master: 240ab508aa9fb7a294b0ecb563b19ead000b2463
3 changes: 2 additions & 1 deletion trunk/drivers/media/dvb/dvb-core/dvb_frontend.c
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,6 @@ static int dvb_frontend_clear_cache(struct dvb_frontend *fe)

c->state = DTV_CLEAR;

c->delivery_system = fe->ops.delsys[0];
dprintk("%s() Clearing cache for delivery system %d\n", __func__,
c->delivery_system);

Expand Down Expand Up @@ -2377,6 +2376,8 @@ int dvb_register_frontend(struct dvb_adapter* dvb,
* Initialize the cache to the proper values according with the
* first supported delivery system (ops->delsys[0])
*/

fe->dtv_property_cache.delivery_system = fe->ops.delsys[0];
dvb_frontend_clear_cache(fe);

mutex_unlock(&frontend_mutex);
Expand Down

0 comments on commit 2694738

Please sign in to comment.