diff options
author | 2020-06-11 13:31:34 +0100 | |
---|---|---|
committer | 2020-07-24 09:50:22 -0500 | |
commit | 1c026a18d40bdd904d3ae1f7737cd08b376286d6 (patch) | |
tree | d5cd5a9a485b1d4d7ca0c620c93e832cb4c7e097 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Linux 5.8-rc1 (diff) | |
download | wireguard-linux-1c026a18d40bdd904d3ae1f7737cd08b376286d6.tar.xz wireguard-linux-1c026a18d40bdd904d3ae1f7737cd08b376286d6.zip |
xen: Remove redundant initialization of irq
The variable irq is being initialized with a value that is never read
and it is being updated later with a new value. The initialization is
redundant and can be removed.
Addresses-Coverity: ("Unused value")
Link: https://lore.kernel.org/r/20200611123134.922395-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions