switch (param) {
case DVBFE_TUNER_FREQUENCY:
stb6100_set_frequency(fe, state->frequency);
- state->frequency = tstate->frequency;
+ tstate->frequency = state->frequency;
break;
case DVBFE_TUNER_TUNERSTEP:
break;
break;
case DVBFE_TUNER_BANDWIDTH:
stb6100_set_bandwidth(fe, state->bandwidth);
- state->bandwidth = tstate->bandwidth;
+ tstate->bandwidth = state->bandwidth;
break;
case DVBFE_TUNER_REFCLOCK:
break;