]> git.baikalelectronics.ru Git - kernel.git/commit
nvme-scsi: remove nvme_trans_security_protocol
authorChristoph Hellwig <hch@lst.de>
Tue, 25 Apr 2017 16:56:44 +0000 (18:56 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 27 Apr 2017 06:39:32 +0000 (08:39 +0200)
commitcaf1de538d22742b39f09e1299cdf6065f974a97
tree17d65f82bf253ceedd1268f2fd9fa39c65669c30
parent9c5de5f23a048297ff8414c9cec492a7d6595554
nvme-scsi: remove nvme_trans_security_protocol

This function just returns the same error code and sense data as
the default statement in the switch in the caller.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Keith Busch <keith.busch@intel.com>
drivers/nvme/host/scsi.c