mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-24 21:24:00 +08:00
[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:
parent
d616bec6b9
commit
435fce1b6c
@ -1489,7 +1489,6 @@ struct dvb_frontend *xc2028_attach(struct dvb_frontend *fe,
|
|||||||
case 0:
|
case 0:
|
||||||
/* memory allocation failure */
|
/* memory allocation failure */
|
||||||
goto fail;
|
goto fail;
|
||||||
break;
|
|
||||||
case 1:
|
case 1:
|
||||||
/* new tuner instance */
|
/* new tuner instance */
|
||||||
priv->ctrl.max_len = 13;
|
priv->ctrl.max_len = 13;
|
||||||
|
Loading…
Reference in New Issue
Block a user