commit | 1f5b77f51a221f5eb10af08da9067fba360dc52f | [log] [tgz] |
---|---|---|
author | Borislav Petkov <bp@alien8.de> | Sat Oct 20 20:20:04 2012 +0200 |
committer | Avi Kivity <avi@redhat.com> | Mon Oct 22 16:04:59 2012 +0200 |
tree | 85661d6ef5de965b447164829efa6985a7778003 | |
parent | bf4ca23ef597a440ca46c695d8711ec0b387f12c [diff] |
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>