Skip to content

Commit

Permalink
[media] xc4000: 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 2442b6a commit 5cb4e22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/media/tuners/xc4000.c
Original file line number Diff line number Diff line change
Expand Up @@ -1668,7 +1668,6 @@ struct dvb_frontend *xc4000_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 5cb4e22

Please sign in to comment.