Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242047
b: refs/heads/master
c: aa40d19
h: refs/heads/master
i:
  242045: 06bb90e
  242043: 5b87a20
  242039: 7105833
  242031: 3c5b697
  242015: cac7831
  241983: fc33b4e
  241919: ef5b642
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Mar 22, 2011
1 parent a09bc1d commit e999827
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: e83dd485ed04b21215c1283042e8d4712ab1a675
refs/heads/master: aa40d194975e23ba7a55936c7b5dae4e964461b5
4 changes: 2 additions & 2 deletions trunk/drivers/media/common/tuners/tuner-xc2028.c
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ static int xc2028_signal(struct dvb_frontend *fe, u16 *strength)
#define DIV 15625

static int generic_set_freq(struct dvb_frontend *fe, u32 freq /* in HZ */,
enum tuner_mode new_mode,
enum v4l2_tuner_type new_type,
unsigned int type,
v4l2_std_id std,
u16 int_freq)
Expand All @@ -933,7 +933,7 @@ static int generic_set_freq(struct dvb_frontend *fe, u32 freq /* in HZ */,
* that xc2028 will be in a safe state.
* Maybe this might also be needed for DTV.
*/
if (new_mode == V4L2_TUNER_ANALOG_TV) {
if (new_type == V4L2_TUNER_ANALOG_TV) {
rc = send_seq(priv, {0x00, 0x00});

/* Analog modes require offset = 0 */
Expand Down

0 comments on commit e999827

Please sign in to comment.