]> rtime.felk.cvut.cz Git - linux-imx.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)
commit1f5b77f51a221f5eb10af08da9067fba360dc52f
tree85661d6ef5de965b447164829efa6985a7778003
parentbf4ca23ef597a440ca46c695d8711ec0b387f12c
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