KVM: PPC: Book 3S: Fix error return in kvm_vm_ioctl_create_spapr_tce()
authorWei Yongjun <weiyongjun1@huawei.com>
Wed, 8 Feb 2017 16:20:01 +0000 (16:20 +0000)
committerPaul Mackerras <paulus@ozlabs.org>
Thu, 9 Feb 2017 11:06:28 +0000 (22:06 +1100)
commit5982f0849e08fe4e4e7df5e345c4539ce9780b1b
tree43ec2378d0de8d1312117cb818b21fcd9c669c41
parenta4a741a04814170358f470d7103f8b13ceb6fefc
KVM: PPC: Book 3S: Fix error return in kvm_vm_ioctl_create_spapr_tce()

Fix to return error code -ENOMEM from the memory alloc error handling
case instead of 0, as done elsewhere in this function.

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
arch/powerpc/kvm/book3s_64_vio.c