mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-04 18:18:54 +00:00
[media] r820t: remove unnecessary break after goto
Cc: Antti Palosaari <crope@iki.fi> Cc: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
parent
8f73b481b9
commit
d616bec6b9
@ -2300,7 +2300,6 @@ struct dvb_frontend *r820t_attach(struct dvb_frontend *fe,
|
|||||||
case 0:
|
case 0:
|
||||||
/* memory allocation failure */
|
/* memory allocation failure */
|
||||||
goto err_no_gate;
|
goto err_no_gate;
|
||||||
break;
|
|
||||||
case 1:
|
case 1:
|
||||||
/* new tuner instance */
|
/* new tuner instance */
|
||||||
priv->cfg = cfg;
|
priv->cfg = cfg;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user