aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/video/tuner-core.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/video/tuner-core.c b/drivers/media/video/tuner-core.c
index 1dac524fc8f1..4018eacb3a4c 100644
--- a/drivers/media/video/tuner-core.c
+++ b/drivers/media/video/tuner-core.c
@@ -420,10 +420,6 @@ static void set_type(struct i2c_client *c, unsigned int type,
420 if (!dvb_attach(xc5000_attach, 420 if (!dvb_attach(xc5000_attach,
421 &t->fe, t->i2c->adapter, &xc5000_cfg)) 421 &t->fe, t->i2c->adapter, &xc5000_cfg))
422 goto attach_failed; 422 goto attach_failed;
423
424 xc_tuner_ops = &t->fe.ops.tuner_ops;
425 if (xc_tuner_ops->init)
426 xc_tuner_ops->init(&t->fe);
427 break; 423 break;
428 } 424 }
429 default: 425 default: