These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / media / tuners / fc0013.c
index b416231..522690d 100644 (file)
@@ -217,8 +217,6 @@ static int fc0013_set_vhf_track(struct fc0013_priv *priv, u32 freq)
        } else {                        /* UHF and GPS */
                ret = fc0013_writereg(priv, 0x1d, tmp | 0x1c);
        }
-       if (ret)
-               goto error_out;
 error_out:
        return ret;
 }