From d13416157cc31995258a75964ce916ed52ee204c Mon Sep 17 00:00:00 2001 From: Ralph Metzler Date: Mon, 28 May 2018 16:40:02 +0200 Subject: [PATCH] remove unused offs --- frontends/stv0910.c | 1 - 1 file changed, 1 deletion(-) diff --git a/frontends/stv0910.c b/frontends/stv0910.c index c3389b7..a224267 100644 --- a/frontends/stv0910.c +++ b/frontends/stv0910.c @@ -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) {