staging: fpgaboot: fix coccinelle warnings
authorFengguang Wu <fengguang.wu@intel.com>
Fri, 14 Feb 2014 17:26:16 +0000 (09:26 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Feb 2014 17:26:16 +0000 (09:26 -0800)
drivers/staging/gs_fpgaboot/gs_fpgaboot.c:191:2-3: Unneeded semicolon

 Removes unneeded semicolon.

Generated by: coccinelle/misc/semicolon.cocci

CC: Insop Song <insop.song@gainspeed.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gs_fpgaboot/gs_fpgaboot.c

index 31a6741f4d3eadb18edef3499d3d4264aa05ade4..89bc84d833e66e1f715ccf903863e0f1e54ea134 100644 (file)
@@ -188,7 +188,7 @@ static int gs_read_image(struct fpgaimage *fimage)
        default:
                pr_err("unsupported fpga image format\n");
                return -1;
-       };
+       }
 
        gs_print_header(fimage);