提交 c39e9c87 编写于 作者: F Fengguang Wu 提交者: 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: NFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册