diff options
Diffstat (limited to 'drivers/media')
-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) |