x86: kvm: x86: Remove unnecessary initial values of variables
authorLi zeming <zeming@nfschina.com>
Thu, 17 Aug 2023 00:26:31 +0000 (08:26 +0800)
committerSean Christopherson <seanjc@google.com>
Thu, 17 Aug 2023 18:35:28 +0000 (11:35 -0700)
commit392a53246257a9f89ef421b60af62056ce374285
tree5f8b6ac674d6f7b025b386f5ee1c54c62e6138eb
parent7b0151caf73a656b75b550e361648430233455a0
x86: kvm: x86: Remove unnecessary initial values of variables

bitmap and khz is assigned first, so it does not need to initialize the
assignment.

Signed-off-by: Li zeming <zeming@nfschina.com>
Link: https://lore.kernel.org/r/20230817002631.2885-1-zeming@nfschina.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/x86.c