]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/media/common/tuners/tda9887.c
Merge branch 'hp-wmi' into release
[mv-sheeva.git] / drivers / media / common / tuners / tda9887.c
index 544cdbe88a6c9220eef89326ee363739cb0f2434..a71c100c95df674c60ff3033624f675f420f14c9 100644 (file)
@@ -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;
        }