diff options
author | Jesper Juhl <jj@chaosbits.net> | 2012-02-26 16:57:13 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-03-11 08:40:44 -0400 |
commit | f1ed32194411028e9e2889132c31291c5ed9c699 (patch) | |
tree | 4559465e553e193ad10f012438cf4a4ba5d43b08 /drivers | |
parent | 632fba4d012458fd5fedc678fb9b0f8bc59ceda2 (diff) |
[media] [trivial] DiB0090: remove redundant '; ' from dib0090_fw_identify()
One semi-colon is enough.
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/dvb/frontends/dib0090.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/dib0090.c b/drivers/media/dvb/frontends/dib0090.c index 224d81e85091..d9fe60b4be48 100644 --- 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) | |||
519 | return 0; | 519 | return 0; |
520 | 520 | ||
521 | identification_error: | 521 | identification_error: |
522 | return -EIO;; | 522 | return -EIO; |
523 | } | 523 | } |
524 | 524 | ||
525 | static void dib0090_reset_digital(struct dvb_frontend *fe, const struct dib0090_config *cfg) | 525 | static void dib0090_reset_digital(struct dvb_frontend *fe, const struct dib0090_config *cfg) |