Commit 2442b6af authored by Fabian Frederick's avatar Fabian Frederick Committed by Mauro Carvalho Chehab

[media] xc5000: remove unnecessary break after goto

Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 045655a9
...@@ -1302,7 +1302,6 @@ struct dvb_frontend *xc5000_attach(struct dvb_frontend *fe, ...@@ -1302,7 +1302,6 @@ struct dvb_frontend *xc5000_attach(struct dvb_frontend *fe,
switch (instance) { switch (instance) {
case 0: case 0:
goto fail; goto fail;
break;
case 1: case 1:
/* new tuner instance */ /* new tuner instance */
priv->bandwidth = 6000000; priv->bandwidth = 6000000;
......
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