Commit c0fdbd33 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[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: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 84463d5f
...@@ -6237,8 +6237,6 @@ static int drxk_set_parameters(struct dvb_frontend *fe) ...@@ -6237,8 +6237,6 @@ static int drxk_set_parameters(struct dvb_frontend *fe)
else else
SetOperationMode(state, OM_QAM_ITU_A); SetOperationMode(state, OM_QAM_ITU_A);
break; break;
state->m_itut_annex_c = true;
break;
case SYS_DVBT: case SYS_DVBT:
if (!state->m_hasDVBT) if (!state->m_hasDVBT)
return -EINVAL; return -EINVAL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment