staging: fpgaboot: fix coccinelle warnings

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>
This commit is contained in:
Fengguang Wu 2014-02-14 09:26:16 -08:00 committed by Greg Kroah-Hartman
parent 00e0d3c3d7
commit c39e9c87ee

View 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);