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

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

V4L/DVB (7635): au8522: Cleanup



au8522: Cleanup

Signed-off-by: default avatarSteven Toth <stoth@hauppauge.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent a9c36aad
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -501,7 +501,6 @@ static int au8522_read_status(struct dvb_frontend *fe, fe_status_t *status)

	if (state->current_modulation == VSB_8) {
		dprintk("%s() Checking VSB_8\n", __func__);
		//au8522_writereg(state, 0x80a4, 0x20);
		reg = au8522_readreg(state, 0x4088);
		if (reg & 0x01)
			*status |= FE_HAS_VITERBI;