From: Borislav Petkov Date: Sat, 20 Oct 2012 18:20:04 +0000 (+0200) Subject: KVM: SVM: Cleanup error statements X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~27^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f5b77f51a221f5eb10af08da9067fba360dc52f;p=pandora-kernel.git 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 Cc: Avi Kivity Signed-off-by: Borislav Petkov Signed-off-by: Avi Kivity --- Reading git-diff-tree failed