Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76565
b: refs/heads/master
c: 864a6b8
h: refs/heads/master
i:
  76563: c8e5860
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent e5a7ca6 commit f322031
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: a55db8cd7f8a107f3abcb4c803b1873b2be63663
refs/heads/master: 864a6b813ab6cb69f3552553899ae443329ecfa9
6 changes: 3 additions & 3 deletions trunk/drivers/media/video/tuner-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1138,11 +1138,11 @@ static int tuner_probe(struct i2c_client *client)

/* Sets a default mode */
if (t->mode_mask & T_ANALOG_TV) {
t->mode = T_ANALOG_TV;
t->mode = V4L2_TUNER_ANALOG_TV;
} else if (t->mode_mask & T_RADIO) {
t->mode = T_RADIO;
t->mode = V4L2_TUNER_RADIO;
} else {
t->mode = T_DIGITAL_TV;
t->mode = V4L2_TUNER_DIGITAL_TV;
}
set_type(client, t->type, t->mode_mask, t->config, t->tuner_callback);
list_add_tail(&t->list, &tuner_list);
Expand Down

0 comments on commit f322031

Please sign in to comment.