Commit c39e9c87 authored by Fengguang Wu's avatar Fengguang Wu Committed by Greg Kroah-Hartman

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: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 00e0d3c3
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment