[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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue