aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/common/tuners
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/common/tuners')
-rw-r--r--drivers/media/common/tuners/tda18271-fe.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/common/tuners/tda18271-fe.c b/drivers/media/common/tuners/tda18271-fe.c
index cae0df1748f1..9199e362279c 100644
--- a/drivers/media/common/tuners/tda18271-fe.c
+++ b/drivers/media/common/tuners/tda18271-fe.c
@@ -1260,7 +1260,6 @@ struct dvb_frontend *tda18271_attach(struct dvb_frontend *fe, u8 addr,
1260 case 0: 1260 case 0:
1261 goto fail; 1261 goto fail;
1262 case 1: 1262 case 1:
1263 {
1264 /* new tuner instance */ 1263 /* new tuner instance */
1265 fe->tuner_priv = priv; 1264 fe->tuner_priv = priv;
1266 1265
@@ -1284,7 +1283,6 @@ struct dvb_frontend *tda18271_attach(struct dvb_frontend *fe, u8 addr,
1284 1283
1285 mutex_unlock(&priv->lock); 1284 mutex_unlock(&priv->lock);
1286 break; 1285 break;
1287 }
1288 default: 1286 default:
1289 /* existing tuner instance */ 1287 /* existing tuner instance */
1290 fe->tuner_priv = priv; 1288 fe->tuner_priv = priv;