Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 5881ecfc
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;