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>
Fri, 2 Apr 2021 16:48:25 +0000 (18:48 +0200)
commit05fae499a944a6d7e2fbd60a7966d407bdb82967
tree532baeaadd9cfb2d450d64869af69ca2acb621bb
parente9c78c23359fad8c58fa5654efe7320c8128f4af
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