]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit7569b90a228ed7dfdc1f92f2c98d7a1b041f22eb
tree17d65f82bf253ceedd1268f2fd9fa39c65669c30
parent25d9baa47505ead1bcae7334991363c3bbfa1831
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