NVMe: Fix irq freeing when queue_request_irq fails
authorJon Derrick <jonathan.derrick@intel.com>
Tue, 30 Jun 2015 17:22:52 +0000 (11:22 -0600)
committerJens Axboe <axboe@fb.com>
Thu, 2 Jul 2015 15:01:25 +0000 (09:01 -0600)
commit758dd7fdffd60507624edce34fff122a63163b3f
tree05f3a21ac88c42ac817e6c38e7e660059c56f8f7
parenta20135ffbc44545596f9b99c970de097fb497bdd
NVMe: Fix irq freeing when queue_request_irq fails

Fixes an issue when queue_reuest_irq fails in nvme_setup_io_queues. This
patch initializes all vectors to -1 and resets the vector to -1 in the
case of a failure in queue_request_irq. This avoids the free_irq in
nvme_suspend_queue if the queue did not get an irq.

Signed-off-by: Jon Derrick <jonathan.derrick@intel.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/block/nvme-core.c