From a6f981eb0425614fea9e0516b2476e43e310e67c Mon Sep 17 00:00:00 2001 From: Ralph Metzler Date: Thu, 14 Feb 2019 20:53:43 +0100 Subject: [PATCH] comment out unused parts --- frontends/stv090x.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontends/stv090x.c b/frontends/stv090x.c index fbe0169..e874eff 100644 --- a/frontends/stv090x.c +++ b/frontends/stv090x.c @@ -3644,7 +3644,6 @@ static int stv090x_read_status(struct dvb_frontend *fe, enum fe_status *status) { u16 val; - u32 ber; stv090x_read_cnr(fe, &val); stv090x_read_signal_strength(fe, &val); @@ -3657,7 +3656,7 @@ static int stv090x_read_status(struct dvb_frontend *fe, enum fe_status *status) static int stv090x_read_ber(struct dvb_frontend *fe, u32 *ber) { struct stv090x_state *state = fe->demodulator_priv; - struct dtv_frontend_properties *p = &fe->dtv_property_cache; + //struct dtv_frontend_properties *p = &fe->dtv_property_cache; u32 reg, h, m, l; enum fe_status status; @@ -5075,7 +5074,7 @@ static int stv090x_set_gpio(struct dvb_frontend *fe, u8 gpio, u8 dir, static int stv090x_get_frontend(struct dvb_frontend *fe, struct dtv_frontend_properties *p) { struct stv090x_state *state = fe->demodulator_priv; - u8 tmp; + //u8 tmp; u32 reg = 0; if (state->rec_mode == 2) {