Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f29379c3 authored by Steven Toth's avatar Steven Toth Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (6169): Removed unused function mt2131_set_gpo()



Unused code is removed.

Signed-off-by: default avatarSteven Toth <stoth@hauppauge.com>
Signed-off-by: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent a77743bc
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -91,17 +91,6 @@ static int mt2131_writeregs(struct mt2131_priv *priv,u8 *buf, u8 len)
	return 0;
}

static int mt2131_set_gpo(struct dvb_frontend *fe, u8 val)
{
	struct mt2131_priv *priv = fe->tuner_priv;
	u8 v;

	mt2131_readreg(priv, 0x07, &v);
	mt2131_writereg(priv, 0x07, (v & 0xfe) | (val & 0x01));

	return 0;
}

static int mt2131_set_params(struct dvb_frontend *fe,
			     struct dvb_frontend_parameters *params)
{