Skip to content

Commit

Permalink
KVM: PPC: Book3S PR: Fix -Werror=return-type build failure
Browse files Browse the repository at this point in the history
Fixes: 3a167be ("kvm: powerpc: Add kvmppc_ops callback")
Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
  • Loading branch information
David Michael authored and Paul Mackerras committed Jan 29, 2020
1 parent e032e3b commit fd24a86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/kvm/book3s_pr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit fd24a86

Please sign in to comment.