projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b2842a
)
x86/shutdown: add fall-through comment
author
Jan Beulich
<jbeulich@suse.com>
Mon, 7 Nov 2016 13:08:30 +0000
(14:08 +0100)
committer
Jan Beulich
<jbeulich@suse.com>
Mon, 7 Nov 2016 13:08:30 +0000
(14:08 +0100)
Coverity ID:
1362037
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Release-acked-by: Wei Liu <wei.liu2@citrix.com>
xen/arch/x86/shutdown.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/shutdown.c
b/xen/arch/x86/shutdown.c
index 0e1499d0560052f087d3b65aaa71c976954fd30e..cb2442a775befe9fd27609dfb32063810ba3296e 100644
(file)
--- a/
xen/arch/x86/shutdown.c
+++ b/
xen/arch/x86/shutdown.c
@@
-541,6
+541,7
@@
void machine_restart(unsigned int delay_millisecs)
{
case BOOT_INVALID:
ASSERT_UNREACHABLE();
+ /* fall through */
case BOOT_KBD:
/* Pulse the keyboard reset line. */
for ( i = 0; i < 100; i++ )