Commit 4acb04dc authored by lijian's avatar lijian Committed by Mauro Carvalho Chehab
Browse files

media: dvb-frontends: cx24117: Delete 'break' after 'goto'



break is not useful after a goto, so delete 'break' after 'goto'.

Signed-off-by: default avatarlijian <lijian@yulong.com>
Signed-off-by: default avatarSean Young <sean@mess.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent dcb01458
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;