]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite5463a7a4910b4436ddc26d46dc24848251706a7
tree532baeaadd9cfb2d450d64869af69ca2acb621bb
parent557b3d882e7a355b7596e46c8dd370651e225a42
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