From: Fabian Frederick Date: Tue, 8 Jul 2014 17:25:17 +0000 (-0300) Subject: [media] xc2028: remove unnecessary break after goto X-Git-Tag: v4.14-rc1~6092^2~1101 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=435fce1b6cdd53a906d85a4416d89dfab1986043;p=platform%2Fkernel%2Flinux-rpi.git [media] xc2028: remove unnecessary break after goto Signed-off-by: Fabian Frederick Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/tuners/tuner-xc2028.c b/drivers/media/tuners/tuner-xc2028.c index 6ef93ee..565eeeb 100644 --- a/drivers/media/tuners/tuner-xc2028.c +++ b/drivers/media/tuners/tuner-xc2028.c @@ -1489,7 +1489,6 @@ struct dvb_frontend *xc2028_attach(struct dvb_frontend *fe, case 0: /* memory allocation failure */ goto fail; - break; case 1: /* new tuner instance */ priv->ctrl.max_len = 13;