All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] bochs-display: add missing break
@ 2018-05-25  4:53 Gerd Hoffmann
  2018-05-27  9:15 ` Ján Tomko
  2018-05-27 20:01 ` Philippe Mathieu-Daudé
  0 siblings, 2 replies; 3+ messages in thread
From: Gerd Hoffmann @ 2018-05-25  4:53 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

Fixes: CID 1391291
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 hw/display/bochs-display.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/display/bochs-display.c b/hw/display/bochs-display.c
index c33524b558..1187d77576 100644
--- a/hw/display/bochs-display.c
+++ b/hw/display/bochs-display.c
@@ -158,6 +158,7 @@ static int bochs_display_get_mode(BochsDisplayState *s,
         /* best effort: support native endianess only */
         mode->format = PIXMAN_r5g6b5;
         mode->bytepp = 2;
+        break;
     case 32:
         mode->format = s->big_endian_fb
             ? PIXMAN_BE_x8r8g8b8
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-05-27 20:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-25  4:53 [Qemu-devel] [PATCH] bochs-display: add missing break Gerd Hoffmann
2018-05-27  9:15 ` Ján Tomko
2018-05-27 20:01 ` Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.