mirror of
https://github.com/torvalds/linux.git
synced 2024-12-12 14:12:51 +00:00
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>
This commit is contained in:
parent
5881ecfca0
commit
712bc0b30f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user