Re: [PATCH] block/vmdk: Remove superfluous breaks

2020-07-14 Thread Richard Henderson
On 7/12/20 5:34 PM, Yi Wang wrote: > From: Liao Pingfang > > Remove superfluous breaks, as there is a "return" before them. > > Signed-off-by: Liao Pingfang > --- > block/vmdk.c | 3 --- > 1 file changed, 3 deletions(-) Cc: qemu-trivial Reviewed-by: Richard Henderson r~

[PATCH] block/vmdk: 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 --- block/vmdk.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/block/vmdk.c b/block/vmdk.c index 28cec50..8f222e3 100644 --- a/block/vmdk.c +++ b/block/vmdk.c @@ -1053,14 +10