KVM: x86/i8259: Remove a dead store of irq in a conditional block
authorLike Xu <likexu@tencent.com>
Tue, 1 Mar 2022 12:02:17 +0000 (20:02 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 2 Apr 2022 09:41:19 +0000 (05:41 -0400)
commitfe3787a0d14920fa98c38a21431001c9d4edfe93
treef366c7d6a2987c139bf3a9def8be32c010a4a3ad
parent1421211ae1de8cc547753080e9c9ffae8b67790f
KVM: x86/i8259: Remove a dead store of irq in a conditional block

The [clang-analyzer-deadcode.DeadStores] helper reports
that the value stored to 'irq' is never read.

Signed-off-by: Like Xu <likexu@tencent.com>
Message-Id: <20220301120217.38092-1-likexu@tencent.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/i8259.c