Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254835
b: refs/heads/master
c: 9bf0ef0
h: refs/heads/master
i:
  254833: 0ae8d8e
  254831: e00e4b0
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Jul 7, 2011
1 parent 674dfef commit 1a18ccf
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 4e4a31fb95d88518180517bae3098a23ebde9f9c
refs/heads/master: 9bf0ef060ebae452c07cf5b0616247780740bb50
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/tuner-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1223,7 +1223,7 @@ static int tuner_resume(struct i2c_client *c)
tuner_dbg("resume\n");

if (!t->standby)
if (set_mode(t, t->type) == 0)
if (set_mode(t, t->mode) == 0)
set_freq(t, 0);

return 0;
Expand Down

0 comments on commit 1a18ccf

Please sign in to comment.