Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199965
b: refs/heads/master
c: e65f8c4
h: refs/heads/master
i:
  199963: 83c67df
v: v3
  • Loading branch information
Guy Martin authored and Mauro Carvalho Chehab committed Jun 1, 2010
1 parent 0dba3be commit 09b9303
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 76952c7e598f68bf12adf307d6a9a0de3b33b985
refs/heads/master: e65f8c4e3eef3a0946f8e8fba1fb6aabde734f50
5 changes: 4 additions & 1 deletion trunk/drivers/media/dvb/frontends/stv6110x.c
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,10 @@ static int stv6110x_set_mode(struct dvb_frontend *fe, enum tuner_mode mode)

static int stv6110x_sleep(struct dvb_frontend *fe)
{
return stv6110x_set_mode(fe, TUNER_SLEEP);
if (fe->tuner_priv)
return stv6110x_set_mode(fe, TUNER_SLEEP);

return 0;
}

static int stv6110x_get_status(struct dvb_frontend *fe, u32 *status)
Expand Down

0 comments on commit 09b9303

Please sign in to comment.