All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] Add missing breaks to {set, get}_address_size domctls.
@ 2007-02-14 12:30 Gerd Hoffmann
  2007-02-14 15:25 ` Gerd Hoffmann
  0 siblings, 1 reply; 5+ messages in thread
From: Gerd Hoffmann @ 2007-02-14 12:30 UTC (permalink / raw)
  To: Xen devel list; +Cc: Jan Beulich

[-- Attachment #1: Type: text/plain, Size: 86 bytes --]

  Hi,

$subject says all ;)

please apply,
  Gerd

-- 
Gerd Hoffmann <kraxel@suse.de>

[-- Attachment #2: domctl.diff --]
[-- Type: text/x-patch, Size: 538 bytes --]

Add missing breaks to {set,get}_address_size domctls.

Signed-off-by: Gerd Hoffmann <kraxel@suse.de>
diff -r ad9bbd103034 xen/arch/x86/domctl.c
--- a/xen/arch/x86/domctl.c	Fri Feb 09 18:19:24 2007 +0000
+++ b/xen/arch/x86/domctl.c	Wed Feb 14 13:25:02 2007 +0100
@@ -398,6 +398,7 @@ long arch_do_domctl(
 
         put_domain(d);
     }
+    break;
 
     case XEN_DOMCTL_get_address_size:
     {
@@ -412,6 +413,7 @@ long arch_do_domctl(
         ret = 0;
         put_domain(d);
     }
+    break;
 
     default:
         ret = -ENOSYS;

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

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

end of thread, other threads:[~2007-02-14 15:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-14 12:30 [patch] Add missing breaks to {set, get}_address_size domctls Gerd Hoffmann
2007-02-14 15:25 ` Gerd Hoffmann
2007-02-14 15:49   ` Jan Beulich
2007-02-14 15:50     ` Keir Fraser
2007-02-14 15:52     ` Gerd Hoffmann

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.