]> Pileus Git - ~andy/linux/blobdiff - drivers/media/dvb-frontends/tda8083.c
[media] drivers/media: Remove unnecessary semicolon
[~andy/linux] / drivers / media / dvb-frontends / tda8083.c
index 15912c96926adde19a7fbb7c50663efb146ccdf3..9d08350fe4b035cca635d3368d75591897e4e035 100644 (file)
@@ -175,7 +175,7 @@ static void tda8083_wait_diseqc_fifo (struct tda8083_state* state, int timeout)
               !(tda8083_readreg(state, 0x02) & 0x80))
        {
                msleep(50);
-       };
+       }
 }
 
 static int tda8083_set_tone (struct tda8083_state* state, fe_sec_tone_mode_t tone)
@@ -215,7 +215,7 @@ static int tda8083_send_diseqc_burst (struct tda8083_state* state, fe_sec_mini_c
                break;
        default:
                return -EINVAL;
-       };
+       }
 
        tda8083_wait_diseqc_fifo (state, 100);