[PATCH] arch: x86: kvm: x86.c: Cleaning up variable is set more than once

2014-06-25 Thread Rickard Strandqvist
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_strandqv...@spectrumdigital.se --- arch/x86/kvm/x86.c |1 - 1 file changed, 1 deletion(-) diff --git

Re: [PATCH] arch: x86: kvm: x86.c: Cleaning up variable is set more than once

2014-06-25 Thread Paolo Bonzini
Il 25/06/2014 14:25, Rickard Strandqvist ha scritto: 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_strandqv...@spectrumdigital.se --- arch/x86/kvm/x86.c |1 -