projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
632fba4
)
[media] [trivial] DiB0090: remove redundant '; ' from dib0090_fw_identify()
author
Jesper Juhl
<jj@chaosbits.net>
Sun, 26 Feb 2012 21:57:13 +0000
(18:57 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sun, 11 Mar 2012 12:40:44 +0000
(09:40 -0300)
One semi-colon is enough.
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/dib0090.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/frontends/dib0090.c
b/drivers/media/dvb/frontends/dib0090.c
index 224d81e8509136ecaa5334702aaafea81b4135d3..d9fe60b4be48e95eb7a484e11b37e444d34147a2 100644
(file)
--- a/
drivers/media/dvb/frontends/dib0090.c
+++ b/
drivers/media/dvb/frontends/dib0090.c
@@
-519,7
+519,7
@@
static int dib0090_fw_identify(struct dvb_frontend *fe)
return 0;
identification_error:
- return -EIO;
;
+ return -EIO;
}
static void dib0090_reset_digital(struct dvb_frontend *fe, const struct dib0090_config *cfg)