提交 37be1ea4 编写于 作者: S Steven Toth 提交者: Mauro Carvalho Chehab

V4L/DVB (7635): au8522: Cleanup

au8522: Cleanup
Signed-off-by: NSteven Toth <stoth@hauppauge.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
上级 a9c36aad
...@@ -501,7 +501,6 @@ static int au8522_read_status(struct dvb_frontend *fe, fe_status_t *status) ...@@ -501,7 +501,6 @@ static int au8522_read_status(struct dvb_frontend *fe, fe_status_t *status)
if (state->current_modulation == VSB_8) { if (state->current_modulation == VSB_8) {
dprintk("%s() Checking VSB_8\n", __func__); dprintk("%s() Checking VSB_8\n", __func__);
//au8522_writereg(state, 0x80a4, 0x20);
reg = au8522_readreg(state, 0x4088); reg = au8522_readreg(state, 0x4088);
if (reg & 0x01) if (reg & 0x01)
*status |= FE_HAS_VITERBI; *status |= FE_HAS_VITERBI;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册