summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2012-01-07 05:35:40 -0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-01-07 11:47:31 -0200
commitc0fdbd3367b4fd67d754a06292aa121956f98b6f (patch)
tree04147e0450152e0ac8ab601b15f790b66695a332 /drivers/media/dvb/frontends
parent84463d5ffac734c0694a8354c11fc6be92881560 (diff)
[media] drxk_hard: Remove dead code
As reported by Oliver, some old dead code were preserved there. Thanks-to: Oliver endriss <o.endriss@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends')
-rw-r--r--drivers/media/dvb/frontends/drxk_hard.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/dvb/frontends/drxk_hard.c b/drivers/media/dvb/frontends/drxk_hard.c
index 97670db22da..6980ed7b878 100644
--- a/drivers/media/dvb/frontends/drxk_hard.c
+++ b/drivers/media/dvb/frontends/drxk_hard.c
@@ -6236,8 +6236,6 @@ static int drxk_set_parameters(struct dvb_frontend *fe)
SetOperationMode(state, OM_QAM_ITU_C);
else
SetOperationMode(state, OM_QAM_ITU_A);
- break;
- state->m_itut_annex_c = true;
break;
case SYS_DVBT:
if (!state->m_hasDVBT)