Commit fd24a862 authored by David Michael's avatar David Michael Committed by Paul Mackerras

KVM: PPC: Book3S PR: Fix -Werror=return-type build failure

Fixes: 3a167bea ("kvm: powerpc: Add kvmppc_ops callback")
Signed-off-by: default avatarDavid Michael <fedora.dm0@gmail.com>
Signed-off-by: default avatarPaul Mackerras <paulus@ozlabs.org>
parent e032e3b5
......@@ -2030,6 +2030,7 @@ static int kvm_vm_ioctl_get_smmu_info_pr(struct kvm *kvm,
{
/* We should not get called */
BUG();
return 0;
}
#endif /* CONFIG_PPC64 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment