Commit 435fce1b authored by Fabian Frederick's avatar Fabian Frederick Committed by Mauro Carvalho Chehab

[media] xc2028: 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 d616bec6
......@@ -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;
......
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