qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] jazz_led: Add missing break in switch case
@ 2014-05-21 10:41 Saravanakumar
  2014-05-21 11:14 ` Paolo Bonzini
  2014-05-23 20:08 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
  0 siblings, 2 replies; 3+ messages in thread
From: Saravanakumar @ 2014-05-21 10:41 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, pbonzini, Saravanakumar


Signed-off-by: Saravanakumar <saravanakumar.punith@gmail.com>
---
 hw/display/jazz_led.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/hw/display/jazz_led.c b/hw/display/jazz_led.c
index e9bb005..12b1707 100644
--- a/hw/display/jazz_led.c
+++ b/hw/display/jazz_led.c
@@ -173,6 +173,7 @@ static void jazz_led_update_display(void *opaque)
             case 16:
                 color_segment = rgb_to_pixel16(0xaa, 0xaa, 0xaa);
                 color_led = rgb_to_pixel16(0x00, 0xff, 0x00);
+                break;
             case 24:
                 color_segment = rgb_to_pixel24(0xaa, 0xaa, 0xaa);
                 color_led = rgb_to_pixel24(0x00, 0xff, 0x00);
-- 
1.7.6.5

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

end of thread, other threads:[~2014-05-23 20:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-21 10:41 [Qemu-devel] [PATCH] jazz_led: Add missing break in switch case Saravanakumar
2014-05-21 11:14 ` Paolo Bonzini
2014-05-23 20:08 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).