mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-11 05:54:56 +00:00
[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:
parent
2442b6afd0
commit
5cb4e2276c
@ -1668,7 +1668,6 @@ struct dvb_frontend *xc4000_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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user