diff options
Diffstat (limited to 'drivers/media/common/tuners/tda9887.c')
-rw-r--r-- | drivers/media/common/tuners/tda9887.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/common/tuners/tda9887.c b/drivers/media/common/tuners/tda9887.c index 544cdbe88a6c..a71c100c95df 100644 --- a/drivers/media/common/tuners/tda9887.c +++ b/drivers/media/common/tuners/tda9887.c | |||
@@ -463,7 +463,7 @@ static int tda9887_set_insmod(struct dvb_frontend *fe) | |||
463 | buf[1] &= ~cQSS; | 463 | buf[1] &= ~cQSS; |
464 | } | 464 | } |
465 | 465 | ||
466 | if (adjust >= 0x00 && adjust < 0x20) { | 466 | if (adjust < 0x20) { |
467 | buf[2] &= ~cTopMask; | 467 | buf[2] &= ~cTopMask; |
468 | buf[2] |= adjust; | 468 | buf[2] |= adjust; |
469 | } | 469 | } |