]> asedeno.scripts.mit.edu Git - linux.git/commit
KVM: x86: svm: remove redundant assignment of var new_entry
authorMiaohe Lin <linmiaohe@huawei.com>
Mon, 12 Aug 2019 02:33:00 +0000 (10:33 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 14 Aug 2019 14:28:36 +0000 (16:28 +0200)
commitc8e174b39887ea1992286ff8ffdbcf79f6057cf2
tree7c8f4c5ef9612dc6995551e5ae16cd9f1c5ecba5
parented4e7b057e9e75cecd56f6c3434f88eaa69c1209
KVM: x86: svm: remove redundant assignment of var new_entry

new_entry is reassigned a new value next line. So
it's redundant and remove it.

Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/svm.c