aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/common
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@kernellabs.com>2009-10-25 12:36:26 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-12-05 18:40:57 -0200
commit712bc0b30fa72edd1b3910250dcaf52894871714 (patch)
treec8c71ad4af088331d4c6f2402f6ab4055f7e6512 /drivers/media/common
parentV4L/DVB (13218): tda18271: consolidate common code for calibration on startup determination (diff)
downloadlinux-dev-712bc0b30fa72edd1b3910250dcaf52894871714.tar.xz
linux-dev-712bc0b30fa72edd1b3910250dcaf52894871714.zip
V4L/DVB (13219): tda18271: remove unneeded braces in switch..case block
Signed-off-by: Michael Krufky <mkrufky@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common')
-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,
case 0:
goto fail;
case 1:
- {
/* new tuner instance */
fe->tuner_priv = priv;
@@ -1284,7 +1283,6 @@ struct dvb_frontend *tda18271_attach(struct dvb_frontend *fe, u8 addr,
mutex_unlock(&priv->lock);
break;
- }
default:
/* existing tuner instance */
fe->tuner_priv = priv;