summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends
diff options
context:
space:
mode:
authorSteven Toth <stoth@hauppauge.com>2008-04-17 17:45:08 -0400
committerSteven Toth <stoth@hauppauge.com>2008-04-17 17:45:08 -0400
commit157687e3e0879570b36af680c7a9d054d2683470 (patch)
treed239e3d063a3ed49d409b440ed6cbc62d2eae835 /linux/drivers/media/dvb/frontends
parent359d1d58bc15a93bcede273e981430f6a11aba11 (diff)
downloadmediapointer-dvb-s2-157687e3e0879570b36af680c7a9d054d2683470.tar.gz
mediapointer-dvb-s2-157687e3e0879570b36af680c7a9d054d2683470.tar.bz2
au8522: Cleanup
From: Steven Toth <stoth@hauppauge.com> au8522: Cleanup Signed-off-by: Steven Toth <stoth@hauppauge.com>
Diffstat (limited to 'linux/drivers/media/dvb/frontends')
-rw-r--r--linux/drivers/media/dvb/frontends/au8522.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/au8522.c b/linux/drivers/media/dvb/frontends/au8522.c
index 33f560d7f..0f19d1e85 100644
--- a/linux/drivers/media/dvb/frontends/au8522.c
+++ b/linux/drivers/media/dvb/frontends/au8522.c
@@ -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;