]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
x86/viridian: annotate intentional fallthrough
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 23 Mar 2017 14:53:37 +0000 (15:53 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 23 Mar 2017 14:53:37 +0000 (15:53 +0100)
This stops Coverity complaining.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/hvm/viridian.c

index 986fde5832144defeff32a02f9b8a98890d16b57..aa9b87c0abada67ff52bd9a5e55a31eb0e8822bc 100644 (file)
@@ -965,7 +965,7 @@ int viridian_hypercall(struct cpu_user_regs *regs)
     default:
         gprintk(XENLOG_WARNING, "unimplemented hypercall %04x\n",
                 input.call_code);
-
+        /* Fallthrough. */
     case HvGetPartitionId:
     case HvExtCallQueryCapabilities:
         /*