Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30043
b: refs/heads/master
c: 3da2f4c
h: refs/heads/master
i:
  30041: 2c33285
  30039: be22b9a
v: v3
  • Loading branch information
Bryan Scott authored and Mauro Carvalho Chehab committed Jun 25, 2006
1 parent 56b960e commit 3a23c3a
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: 4e7024bd3278f14fdc435e6ff11c37cee752de99
refs/heads/master: 3da2f4c0c64f4267594016c7bda3cc13fe7c95fb
6 changes: 3 additions & 3 deletions trunk/drivers/media/dvb/bt8xx/dst.c
Original file line number Diff line number Diff line change
Expand Up @@ -1000,11 +1000,11 @@ static int dst_get_tuner_info(struct dst_state *state)
// if (state->type_flags & DST_TYPE_HAS_TS204)
// state->type_flags &= ~DST_TYPE_HAS_TS204;
// state->type_flags |= DST_TYPE_HAS_NEWTUNE;
if (!(state->type_flags & DST_TYPE_IS_ATSC)) {
if (state->type_flags != DST_TYPE_IS_ATSC))
state->type_flags |= DST_TYPE_HAS_NEWTUNE;
} else {
else
state->type_flags |= DST_TYPE_HAS_NEWTUNE_2;
}

dprintk(verbose, DST_INFO, 1, "DST type has TS=188, Daughterboard=[%d]", state->board_info[1]);

} else if (state->board_info[0] == 0xcc) {
Expand Down

0 comments on commit 3a23c3a

Please sign in to comment.