]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/media/dvb/frontends/cx24123.c
V4L/DVB (13965): zl10039, jump to error on error
[mv-sheeva.git] / drivers / media / dvb / frontends / cx24123.c
index 0592f043ea64481228ffc9c26ae0c60929308ec3..d8f921b6fafdc330cbbc4e3e1486f04165858413 100644 (file)
@@ -458,7 +458,7 @@ static int cx24123_set_symbolrate(struct cx24123_state *state, u32 srate)
        /*  check if symbol rate is within limits */
        if ((srate > state->frontend.ops.info.symbol_rate_max) ||
            (srate < state->frontend.ops.info.symbol_rate_min))
-               return -EOPNOTSUPP;;
+               return -EOPNOTSUPP;
 
        /* choose the sampling rate high enough for the required operation,
           while optimizing the power consumed by the demodulator */