[media] xc2028: 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 14:25:17 -03:00 committed by Mauro Carvalho Chehab
parent d616bec6b9
commit 435fce1b6c
1 changed files with 0 additions and 1 deletions

View File

@ -1489,7 +1489,6 @@ struct dvb_frontend *xc2028_attach(struct dvb_frontend *fe,
case 0:
/* memory allocation failure */
goto fail;
break;
case 1:
/* new tuner instance */
priv->ctrl.max_len = 13;