Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);