nvme-auth: remove redundant deallocations
authorSagi Grimberg <sagi@grimberg.me>
Sun, 13 Nov 2022 11:24:16 +0000 (13:24 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 16 Nov 2022 07:36:36 +0000 (08:36 +0100)
commit96df31839354c2bb9d2f0d51eb6c6f6b762fd150
tree488d1b8e1dce1e2d35b1f72a5775ae351bc99059
parent8d1c1904e94757b78c28fbbef9285e4101d86ee9
nvme-auth: remove redundant deallocations

These are now redundant as the dhchap context is
removed after authentication completes.

Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/auth.c