Skip to content

Commit

Permalink
[media] [trivial] DiB0090: remove redundant '; ' from dib0090_fw_iden…
Browse files Browse the repository at this point in the history
…tify()

One semi-colon is enough.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Jesper Juhl authored and Mauro Carvalho Chehab committed Mar 11, 2012
1 parent 632fba4 commit f1ed321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/frontends/dib0090.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f1ed321

Please sign in to comment.