projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcb0145
)
media: dvb-frontends: cx24117: Delete 'break' after 'goto'
author
lijian
<lijian@yulong.com>
Fri, 18 Jun 2021 07:17:57 +0000
(09:17 +0200)
committer
Mauro Carvalho Chehab
<mchehab+huawei@kernel.org>
Mon, 12 Jul 2021 12:28:10 +0000
(14:28 +0200)
break is not useful after a goto, so delete 'break' after 'goto'.
Signed-off-by: lijian <lijian@yulong.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/dvb-frontends/cx24117.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb-frontends/cx24117.c
b/drivers/media/dvb-frontends/cx24117.c
index 9fccc906d85a4e71f27a6528edfe0536ca693827..ac6e47d81b9ebdaad735cb88edcdb5aea47e580e 100644
(file)
--- 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;