diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-06-11 15:31:34 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2020-07-24 17:50:22 +0300 |
commit | 1c026a18d40bdd904d3ae1f7737cd08b376286d6 (patch) | |
tree | d5cd5a9a485b1d4d7ca0c620c93e832cb4c7e097 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | b3a9e3b9622ae10064826dccb4f7a52bd88c7407 (diff) | |
download | linux-1c026a18d40bdd904d3ae1f7737cd08b376286d6.tar.xz |
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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions