Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124055
b: refs/heads/master
c: f6e6382
h: refs/heads/master
i:
  124053: a97485d
  124051: e70af75
  124047: 9926ae8
v: v3
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Dec 29, 2008
1 parent b45968f commit 1b445c6
Show file tree
Hide file tree
Showing 2 changed files with 4 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: d98c02859fbeefe19e6b182997c6a8b3c9c32acc
refs/heads/master: f6e6382764f49ca0d94bd7dcd791456838e347b9
3 changes: 3 additions & 0 deletions trunk/drivers/media/dvb/frontends/tda8261.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ static int tda8261_get_status(struct dvb_frontend *fe, u32 *status)
u8 result = 0;
int err = 0;

*status = 0;

if ((err = tda8261_read(state, &result)) < 0) {
printk("%s: I/O Error\n", __func__);
return err;
Expand Down Expand Up @@ -184,6 +186,7 @@ static struct dvb_tuner_ops tda8261_ops = {

.set_state = tda8261_set_state,
.get_state = tda8261_get_state,
.get_status = tda8261_get_status,
.release = tda8261_release
};

Expand Down

0 comments on commit 1b445c6

Please sign in to comment.