mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
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:
parent
00e0d3c3d7
commit
c39e9c87ee
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user