Re: [Qemu-devel] [PATCH] sm501: Add missing break to case

2018-01-18 Thread David Gibson
On Thu, Jan 18, 2018 at 07:01:19PM +0100, BALATON Zoltan wrote: > Noticed by Coverity, forgotten in 5690d9ece > > Reported-by: Peter Maydell > Signed-off-by: BALATON Zoltan Applied to ppc-for-2.12, thanks. > --- > hw/display/sm501.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/hw

[Qemu-devel] [PATCH] sm501: Add missing break to case

2018-01-18 Thread BALATON Zoltan
Noticed by Coverity, forgotten in 5690d9ece Reported-by: Peter Maydell Signed-off-by: BALATON Zoltan --- hw/display/sm501.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/display/sm501.c b/hw/display/sm501.c index 4f7dc59b2..134cbed 100644 --- a/hw/display/sm501.c +++ b/hw/display/sm501