]> git.baikalelectronics.ru Git - kernel.git/commit
nvme-pci: remove duplicate check
authorChaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Wed, 17 Oct 2018 18:34:15 +0000 (11:34 -0700)
committerChristoph Hellwig <hch@lst.de>
Thu, 18 Oct 2018 07:31:43 +0000 (09:31 +0200)
commitb791d6f52978485acefae21a575fc68bc9f268d5
tree14fdb9675e6e17396d53c448aabea6f15264c1b9
parent2e8b86b4dc5cd7c4d3ed1fe9fc8e505cfbcb1c7f
nvme-pci: remove duplicate check

This is a cleanup patch doesn't change any functionality. It removes
the duplicate call to the blk_integrity_rq() in the nvme_map_data().

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