diff options
-rw-r--r-- | drivers/media/dvb/bt8xx/dst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/bt8xx/dst.c b/drivers/media/dvb/bt8xx/dst.c index fec1d77fa855..91353a6faf1d 100644 --- a/drivers/media/dvb/bt8xx/dst.c +++ b/drivers/media/dvb/bt8xx/dst.c | |||
@@ -1059,7 +1059,7 @@ static int dst_get_tuner_info(struct dst_state *state) | |||
1059 | dprintk(verbose, DST_ERROR, 1, "DST type has TS=188"); | 1059 | dprintk(verbose, DST_ERROR, 1, "DST type has TS=188"); |
1060 | } | 1060 | } |
1061 | if (state->board_info[0] == 0xbc) { | 1061 | if (state->board_info[0] == 0xbc) { |
1062 | if (state->type_flags != DST_TYPE_IS_ATSC) | 1062 | if (state->dst_type != DST_TYPE_IS_ATSC) |
1063 | state->type_flags |= DST_TYPE_HAS_TS188; | 1063 | state->type_flags |= DST_TYPE_HAS_TS188; |
1064 | else | 1064 | else |
1065 | state->type_flags |= DST_TYPE_HAS_NEWTUNE_2; | 1065 | state->type_flags |= DST_TYPE_HAS_NEWTUNE_2; |