diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-04-17 20:45:08 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:09:43 -0400 |
commit | 37be1ea40e42c0de63cedbe65d35cbe6c2a81c0a (patch) | |
tree | d1e68f4af1ab4fff43c16f0bcae662dd07e38379 /drivers/media/dvb/frontends | |
parent | a9c36aad59a06df199cdbb365d0b05663f8008f1 (diff) |
V4L/DVB (7635): au8522: Cleanup
au8522: Cleanup
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends')
-rw-r--r-- | drivers/media/dvb/frontends/au8522.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/au8522.c b/drivers/media/dvb/frontends/au8522.c index 394fb90bdcb0..dbea1da79672 100644 --- a/drivers/media/dvb/frontends/au8522.c +++ b/drivers/media/dvb/frontends/au8522.c | |||
@@ -501,7 +501,6 @@ static int au8522_read_status(struct dvb_frontend *fe, fe_status_t *status) | |||
501 | 501 | ||
502 | if (state->current_modulation == VSB_8) { | 502 | if (state->current_modulation == VSB_8) { |
503 | dprintk("%s() Checking VSB_8\n", __func__); | 503 | dprintk("%s() Checking VSB_8\n", __func__); |
504 | //au8522_writereg(state, 0x80a4, 0x20); | ||
505 | reg = au8522_readreg(state, 0x4088); | 504 | reg = au8522_readreg(state, 0x4088); |
506 | if (reg & 0x01) | 505 | if (reg & 0x01) |
507 | *status |= FE_HAS_VITERBI; | 506 | *status |= FE_HAS_VITERBI; |