Re: [PATCH] hw: 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 > --- > hw/block/pflash_cfi01.c | 1 - > hw/display/cirrus_vga.c | 1 - > hw/display/qxl-logger.c | 2 -- >

[PATCH] hw: 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 --- hw/block/pflash_cfi01.c | 1 - hw/display/cirrus_vga.c | 1 - hw/display/qxl-logger.c | 2 -- hw/gpio/max7310.c | 3 --- hw/i386/intel_iommu.c |