Commit f1ed3219 authored by Jesper Juhl's avatar Jesper Juhl Committed by Mauro Carvalho Chehab
Browse files

[media] [trivial] DiB0090: remove redundant '; ' from dib0090_fw_identify()



One semi-colon is enough.

Signed-off-by: default avatarJesper Juhl <jj@chaosbits.net>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 632fba4d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)