]> xenbits.xensource.com Git - xen.git/commitdiff
x86/shutdown: add fall-through comment
authorJan Beulich <jbeulich@suse.com>
Mon, 7 Nov 2016 13:08:30 +0000 (14:08 +0100)
committerJan 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

index 0e1499d0560052f087d3b65aaa71c976954fd30e..cb2442a775befe9fd27609dfb32063810ba3296e 100644 (file)
@@ -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++ )