Re: [PATCH] kvm, svm: Cleanup error statements

2012-10-22 Thread Avi Kivity
On 10/20/2012 08:20 PM, Borislav Petkov wrote: > 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. > Applied, thanks. -- error

[PATCH] kvm, svm: Cleanup error statements

2012-10-20 Thread Borislav Petkov
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 Cc: Avi Kivity Signed-off-by: Borislav Petkov --- arch/x86/kvm/svm.c