Skip to content

Commit

Permalink
[media] xc5000: remove unnecessary break after goto
Browse files Browse the repository at this point in the history
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 045655a commit 2442b6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/media/tuners/xc5000.c
Original file line number Diff line number Diff line change
Expand Up @@ -1302,7 +1302,6 @@ struct dvb_frontend *xc5000_attach(struct dvb_frontend *fe,
switch (instance) {
case 0:
goto fail;
break;
case 1:
/* new tuner instance */
priv->bandwidth = 6000000;
Expand Down

0 comments on commit 2442b6a

Please sign in to comment.