From: Nicolas Iooss Date: Mon, 29 Jun 2015 10:39:23 +0000 (+0800) Subject: KVM: x86: remove data variable from kvm_get_msr_common X-Git-Tag: omap-for-v4.3/legacy-v2-signed~39^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0996ae48285364710bce812e70ce67771ea6ef7;p=pandora-kernel.git KVM: x86: remove data variable from kvm_get_msr_common Commit 609e36d372ad ("KVM: x86: pass host_initiated to functions that read MSRs") modified kvm_get_msr_common function to use msr_info->data instead of data but missed one occurrence. Replace it and remove the unused local variable. Fixes: 609e36d372ad ("KVM: x86: pass host_initiated to functions that read MSRs") Signed-off-by: Nicolas Iooss Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed