]> git.baikalelectronics.ru Git - kernel.git/commit
arch: x86: kvm: x86.c: Cleaning up variable is set more than once
authorRickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Wed, 25 Jun 2014 12:25:58 +0000 (14:25 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 30 Jun 2014 14:52:04 +0000 (16:52 +0200)
commit955263f6f162884311541ccc7841a64fef83d64f
treea659772f25541ca3c59ee06afec3d9b68244f111
parent960f5acfc8a8d3ca192a1b35dcc0c96afa8100f4
arch: x86: kvm: x86.c: Cleaning up variable is set more than once

A struct member variable is set to the same value more than once

This was found using a static code analysis program called cppcheck.

Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/x86.c