remove old commented out buggy codepath

This commit is contained in:
Ralph Metzler 2017-09-07 21:55:56 +02:00
parent e4acb524a7
commit 3e67af1b5b
1 changed files with 0 additions and 9 deletions

View File

@ -4927,15 +4927,6 @@ static int stv090x_init(struct dvb_frontend *fe)
if (stv090x_i2c_gate_ctrl(state, 0) < 0)
goto err;
#if 0
if (state->device == STV0900) {
if (stv0900_set_tspath(state) < 0)
goto err;
} else {
if (stv0903_set_tspath(state) < 0)
goto err;
}
#endif
return 0;
err_gateoff: