Skip to content

Commit

Permalink
[media] r820t: remove unnecessary break after goto
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Fabian Frederick authored and Mauro Carvalho Chehab committed Jul 23, 2014
1 parent 8f73b48 commit d616bec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/media/tuners/r820t.c
Original file line number Diff line number Diff line change
Expand Up @@ -2300,7 +2300,6 @@ struct dvb_frontend *r820t_attach(struct dvb_frontend *fe,
case 0:
/* memory allocation failure */
goto err_no_gate;
break;
case 1:
/* new tuner instance */
priv->cfg = cfg;
Expand Down

0 comments on commit d616bec

Please sign in to comment.