]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: SVM: Cleanup error statements
authorBorislav Petkov <bp@alien8.de>
Sat, 20 Oct 2012 18:20:04 +0000 (20:20 +0200)
committerAvi Kivity <avi@redhat.com>
Mon, 22 Oct 2012 14:04:59 +0000 (16:04 +0200)
commit6c824a4d6eaf28d8c233ae7c063f7a32385d93ad
tree85661d6ef5de965b447164829efa6985a7778003
parent7402d3b38c33de9fce1a3ea02f308451d479fcf9
KVM: SVM: Cleanup error statements

Use __func__ instead of the function name in svm_hardware_enable since
those things tend to get out of sync. This also slims down printk line
length in conjunction with using pr_err.

No functionality change.

Cc: Joerg Roedel <joro@8bytes.org>
Cc: Avi Kivity <avi@redhat.com>
Signed-off-by: Borislav Petkov <bp@alien8.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/svm.c