Skip to content

Commit

Permalink
[media] drxk_hard: Remove dead code
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mauro Carvalho Chehab committed Jan 7, 2012
1 parent 84463d5 commit c0fdbd3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/media/dvb/frontends/drxk_hard.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c0fdbd3

Please sign in to comment.