qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] linux-user: remove duplicate break in syscall
@ 2017-09-26  4:14 Carlo Marcelo Arenas Belón
  2017-09-26  4:26 ` no-reply
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Carlo Marcelo Arenas Belón @ 2017-09-26  4:14 UTC (permalink / raw)
  To: qemu-devel
  Cc: riku.voipio, laurent, qemu-trivial,
	Carlo Marcelo Arenas Belón

likely introduced in 3532fa7402cda16f7b95261b0339c58630051f0b

Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
---
 linux-user/syscall.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/linux-user/syscall.c b/linux-user/syscall.c
index 9b6364a266..3ef4d1c568 100644
--- a/linux-user/syscall.c
+++ b/linux-user/syscall.c
@@ -3131,7 +3131,6 @@ set_timeout:
         case TARGET_SO_RCVLOWAT:
 		optname = SO_RCVLOWAT;
 		break;
-            break;
         default:
             goto unimplemented;
         }
-- 
2.14.1

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

end of thread, other threads:[~2017-10-16 12:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-26  4:14 [Qemu-devel] [PATCH] linux-user: remove duplicate break in syscall Carlo Marcelo Arenas Belón
2017-09-26  4:26 ` no-reply
2017-09-26  5:52 ` Laurent Vivier
2017-10-16 12:35 ` Riku Voipio

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).