[media] [trivial] DiB0090: remove redundant '; ' from dib0090_fw_identify()
authorJesper Juhl <jj@chaosbits.net>
Sun, 26 Feb 2012 21:57:13 +0000 (18:57 -0300)
committerMauro 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

index 224d81e..d9fe60b 100644 (file)
@@ -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)