dvbsrc: drop supperfluous wait in diseqc_send_msg()

It is always zero.
This commit is contained in:
Reynaldo H. Verdejo Pinochet 2016-12-05 23:18:38 -08:00
parent 807e23118b
commit ff9cc21933

View file

@ -2250,7 +2250,6 @@ diseqc_send_msg (int fd, fe_sec_voltage_t v, struct diseqc_cmd *cmd,
return;
}
g_usleep (cmd->wait * 1000);
g_usleep (15 * 1000);
LOOP_WHILE_EINTR (err, ioctl (fd, FE_DISEQC_SEND_BURST, b));