]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit84abad32933168c251eece16a23f9ab38b095a26
tree43ec2378d0de8d1312117cb818b21fcd9c669c41
parentf9d135be0a30b8f35e69555c889b5a441e0aed44
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