nvme-pci: cleanup nvme_irq()
authorChaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Tue, 23 Feb 2021 20:47:41 +0000 (12:47 -0800)
committerChristoph Hellwig <hch@lst.de>
Thu, 18 Mar 2021 05:17:25 +0000 (06:17 +0100)
commit8890c4b79724b34c4e6f858db6a9ddf852801815
tree7141fc950d3edc6c0fc5954bdcb931da98a5801b
parentdff464988b203021d95591e770e293bd97f99397
nvme-pci: cleanup nvme_irq()

Get rid of a local variable that is not needed and just return the
status directly.

Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/pci.c