1
0
mirror of https://github.com/DigitalDevices/dddvb.git synced 2023-10-10 13:37:43 +02:00

remove unused variables

This commit is contained in:
Ralph Metzler 2019-08-13 21:38:46 +02:00
parent 1b849c6ef2
commit 1fa617abef

View File

@ -162,10 +162,7 @@ static int mci_set_tuner(struct dvb_frontend *fe, u32 tuner, u32 on)
static int stop_iq(struct dvb_frontend *fe)
{
struct sx8 *state = fe->demodulator_priv;
struct mci_base *mci_base = state->mci.base;
struct sx8_base *sx8_base = (struct sx8_base *) mci_base;
struct mci_command cmd;
u32 input = state->mci.tuner;
if (!state->iq_started)
return -1;