Re: [PATCH] target/openrisc: Remove superfluous breaks

2020-07-12 Thread Philippe Mathieu-Daudé
Hi, On 7/13/20 2:34 AM, Yi Wang wrote: > From: Liao Pingfang > > Remove superfluous breaks, as there is a "return" before them. > > Signed-off-by: Liao Pingfang This patch (and various other you posted recently) misses your S-o-b tag, see: https://wiki.qemu.org/Contribute/SubmitAPatch#Patch_e

[PATCH] target/openrisc: Remove superfluous breaks

2020-07-12 Thread Yi Wang
From: Liao Pingfang Remove superfluous breaks, as there is a "return" before them. Signed-off-by: Liao Pingfang --- target/openrisc/sys_helper.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/target/openrisc/sys_helper.c b/target/openrisc/sys_helper.c index d9fe6c5..d9691d0 100644 --- a/