projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bdcb70
)
KVM: PPC: Book3S HV: Delete an error message for a failed memory allocation in kvmppc...
author
Markus Elfring
<elfring@users.sourceforge.net>
Thu, 5 Oct 2017 11:16:51 +0000
(13:16 +0200)
committer
Paul Mackerras
<paulus@ozlabs.org>
Sat, 14 Oct 2017 05:38:15 +0000
(16:38 +1100)
Omit an extra message for a memory allocation failure in this function.
This issue was detected by using the Coccinelle software.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
arch/powerpc/kvm/book3s_64_mmu_hv.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/kvm/book3s_64_mmu_hv.c
b/arch/powerpc/kvm/book3s_64_mmu_hv.c
index
7c62967
..
7df89d5
100644
(file)
--- a/
arch/powerpc/kvm/book3s_64_mmu_hv.c
+++ b/
arch/powerpc/kvm/book3s_64_mmu_hv.c
@@
-106,7
+106,6
@@
int kvmppc_allocate_hpt(struct kvm_hpt_info *info, u32 order)
/* Allocate reverse map array */
rev = vmalloc(sizeof(struct revmap_entry) * npte);
if (!rev) {
- pr_err("kvmppc_allocate_hpt: Couldn't alloc reverse map array\n");
if (cma)
kvm_free_hpt_cma(page, 1 << (order - PAGE_SHIFT));
else