diff options
-rw-r--r-- | drivers/media/dvb-frontends/tc90522.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/tc90522.c b/drivers/media/dvb-frontends/tc90522.c index ad3351f233a1..b35d65c9cc05 100644 --- a/drivers/media/dvb-frontends/tc90522.c +++ b/drivers/media/dvb-frontends/tc90522.c | |||
@@ -361,7 +361,7 @@ static int tc90522t_get_frontend(struct dvb_frontend *fe) | |||
361 | u8 v; | 361 | u8 v; |
362 | 362 | ||
363 | c->isdbt_partial_reception = val[0] & 0x01; | 363 | c->isdbt_partial_reception = val[0] & 0x01; |
364 | c->isdbt_sb_mode = (val[0] & 0xc0) == 0x01; | 364 | c->isdbt_sb_mode = (val[0] & 0xc0) == 0x40; |
365 | 365 | ||
366 | /* layer A */ | 366 | /* layer A */ |
367 | v = (val[2] & 0x78) >> 3; | 367 | v = (val[2] & 0x78) >> 3; |