From: Andrew Cooper Date: Thu, 23 Mar 2017 14:53:37 +0000 (+0100) Subject: x86/viridian: annotate intentional fallthrough X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~2415 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d6a6b3918ba803f7657ec2c1e4f547701788731f;p=xen.git x86/viridian: annotate intentional fallthrough This stops Coverity complaining. Signed-off-by: Andrew Cooper Reviewed-by: Jan Beulich --- diff --git a/xen/arch/x86/hvm/viridian.c b/xen/arch/x86/hvm/viridian.c index 986fde5832..aa9b87c0ab 100644 --- a/xen/arch/x86/hvm/viridian.c +++ b/xen/arch/x86/hvm/viridian.c @@ -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: /*