]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitce79e65f88c2bff0fa980e8abd304251ad52b0b7
treef366c7d6a2987c139bf3a9def8be32c010a4a3ad
parentbebd6441544ae8c976355f682f2354647d167480
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