remove unused offs

This commit is contained in:
Ralph Metzler 2018-05-28 16:40:02 +02:00
parent 755f502602
commit d13416157c
1 changed files with 0 additions and 1 deletions

View File

@ -1631,7 +1631,6 @@ static int recv_slave_reply(struct dvb_frontend *fe,
static int send_burst(struct dvb_frontend *fe, enum fe_sec_mini_cmd burst)
{
struct stv *state = fe->demodulator_priv;
u16 offs = state->nr ? 0x40 : 0;
u8 value;
if (burst == SEC_MINI_A) {