diff options
author | 2016-11-09 13:55:34 +0100 | |
---|---|---|
committer | 2016-11-09 22:53:45 -0700 | |
commit | 3bc8492f009c76a9e77cad6e200b0748d3972fa0 (patch) | |
tree | 6c359501445272e2b60dc139ac51f888f6173599 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | block: set REQ_SYNC if we clear REQ_FUA|REQ_PREFLUSH (diff) | |
download | wireguard-linux-3bc8492f009c76a9e77cad6e200b0748d3972fa0.tar.xz wireguard-linux-3bc8492f009c76a9e77cad6e200b0748d3972fa0.zip |
skd: fix msix error handling
As reported by gcc -Wmaybe-uninitialized, the cleanup path for
skd_acquire_msix tries to free the already allocated msi-x vectors
in reverse order, but the index variable may not have been
used yet:
drivers/block/skd_main.c: In function ‘skd_acquire_irq’:
drivers/block/skd_main.c:3890:8: error: ‘i’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
This changes the failure path to skip releasing the interrupts
if we have not started requesting them yet.
Fixes: 180b0ae77d49 ("skd: use pci_alloc_irq_vectors")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions