summaryrefslogtreecommitdiffstats
path: root/drivers/media/common/tuners/tda9887.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/common/tuners/tda9887.c')
-rw-r--r--drivers/media/common/tuners/tda9887.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/common/tuners/tda9887.c b/drivers/media/common/tuners/tda9887.c
index 544cdbe..a71c100 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)
buf[1] &= ~cQSS;
}
- if (adjust >= 0x00 && adjust < 0x20) {
+ if (adjust < 0x20) {
buf[2] &= ~cTopMask;
buf[2] |= adjust;
}
OpenPOWER on IntegriCloud