Skip to content

Commit

Permalink
av201x: Fixup to drop unused variable.
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Stevenson <[email protected]>
  • Loading branch information
6by9 committed Feb 6, 2024
1 parent 32efb9c commit fabeff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/tuners/av201x.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ static int AV201x_level_dBm_10[] = { 90, -50, -263, -361, -463, -563, -66

static int av201x_get_rf_strength(struct dvb_frontend *fe, u16 *st)
{
struct av201x_priv *priv = fe->tuner_priv;
//struct av201x_priv *priv = fe->tuner_priv;
struct dtv_frontend_properties *c = &fe->dtv_property_cache;
int if_agc, index, table_length, slope, *x, *y;

Expand Down

0 comments on commit fabeff0

Please sign in to comment.