From: lijian Date: Fri, 18 Jun 2021 07:17:57 +0000 (+0200) Subject: media: dvb-frontends: cx24117: Delete 'break' after 'goto' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4acb04dc90aa285c3d3ea3009b03c3b6b8858f94;p=linux.git media: dvb-frontends: cx24117: Delete 'break' after 'goto' break is not useful after a goto, so delete 'break' after 'goto'. Signed-off-by: lijian Signed-off-by: Sean Young Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb-frontends/cx24117.c b/drivers/media/dvb-frontends/cx24117.c index 9fccc906d85a4..ac6e47d81b9eb 100644 --- a/drivers/media/dvb-frontends/cx24117.c +++ b/drivers/media/dvb-frontends/cx24117.c @@ -1172,7 +1172,6 @@ struct dvb_frontend *cx24117_attach(const struct cx24117_config *config, "%s: Error attaching frontend %d\n", KBUILD_MODNAME, demod); goto error1; - break; case 1: /* new priv instance */ priv->i2c = i2c;