提交 fd24a862 编写于 作者: D David Michael 提交者: Paul Mackerras

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

Fixes: 3a167bea ("kvm: powerpc: Add kvmppc_ops callback")
Signed-off-by: NDavid Michael <fedora.dm0@gmail.com>
Signed-off-by: NPaul Mackerras <paulus@ozlabs.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册