diff options
author | 2021-07-21 12:40:10 +0100 | |
---|---|---|
committer | 2021-07-21 11:40:45 -0500 | |
commit | 83f877a09516bcb82e34df621cc3a794509a11a3 (patch) | |
tree | fe5f5a8977d7ab7db8c566bbafc2c564aa0627b6 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | xen: sync include/xen/interface/io/ring.h with Xen's newest version (diff) | |
download | wireguard-linux-83f877a09516bcb82e34df621cc3a794509a11a3.tar.xz wireguard-linux-83f877a09516bcb82e34df621cc3a794509a11a3.zip |
xen/events: remove redundant initialization of variable irq
The variable irq is being initialized with a value that is never
read, it is being updated later on. The assignment is redundant and
can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20210721114010.108648-1-colin.king@canonical.com
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions