Commit 712bc0b3 authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab

V4L/DVB (13219): tda18271: remove unneeded braces in switch..case block

Signed-off-by: default avatarMichael Krufky <mkrufky@kernellabs.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 5881ecfc
...@@ -1260,7 +1260,6 @@ struct dvb_frontend *tda18271_attach(struct dvb_frontend *fe, u8 addr, ...@@ -1260,7 +1260,6 @@ struct dvb_frontend *tda18271_attach(struct dvb_frontend *fe, u8 addr,
case 0: case 0:
goto fail; goto fail;
case 1: case 1:
{
/* new tuner instance */ /* new tuner instance */
fe->tuner_priv = priv; fe->tuner_priv = priv;
...@@ -1284,7 +1283,6 @@ struct dvb_frontend *tda18271_attach(struct dvb_frontend *fe, u8 addr, ...@@ -1284,7 +1283,6 @@ struct dvb_frontend *tda18271_attach(struct dvb_frontend *fe, u8 addr,
mutex_unlock(&priv->lock); mutex_unlock(&priv->lock);
break; break;
}
default: default:
/* existing tuner instance */ /* existing tuner instance */
fe->tuner_priv = priv; fe->tuner_priv = priv;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment