From: Fabian Frederick Date: Tue, 8 Jul 2014 18:16:51 +0000 (-0300) Subject: [media] xc4000: remove unnecessary break after goto X-Git-Tag: v3.17-rc1~112^2~139 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;ds=sidebyside;h=5cb4e2276ccfc9fc1b9fdcf99d274dc199f153e3;p=karo-tx-linux.git [media] xc4000: remove unnecessary break after goto Signed-off-by: Fabian Frederick Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/tuners/xc4000.c b/drivers/media/tuners/xc4000.c index 2018befabb5a..d2ee5dfc1a70 100644 --- a/drivers/media/tuners/xc4000.c +++ b/drivers/media/tuners/xc4000.c @@ -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;