[media] xc4000: remove unnecessary break after goto

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
Fabian Frederick 2014-07-08 15:16:51 -03:00 committed by Mauro Carvalho Chehab
parent 2442b6afd0
commit 5cb4e2276c
1 changed files with 0 additions and 1 deletions

View File

@ -1668,7 +1668,6 @@ struct dvb_frontend *xc4000_attach(struct dvb_frontend *fe,
switch (instance) {
case 0:
goto fail;
break;
case 1:
/* new tuner instance */
priv->bandwidth = 6000000;