summaryrefslogtreecommitdiff
path: root/Documentation/ide
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-11-09 13:55:34 +0100
committerJens Axboe <axboe@fb.com>2016-11-09 22:53:45 -0700
commit3bc8492f009c76a9e77cad6e200b0748d3972fa0 (patch)
tree6c359501445272e2b60dc139ac51f888f6173599 /Documentation/ide
parentae5b2ec8ad5e017126cd4552220f25ce8a6b92e9 (diff)
downloadlwn-3bc8492f009c76a9e77cad6e200b0748d3972fa0.tar.gz
lwn-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 'Documentation/ide')
0 files changed, 0 insertions, 0 deletions