]> www.infradead.org Git - nvme.git/commit
nvmet: remove superfluous initialization nvme-6.8-2024-02-15
authorChaitanya Kulkarni <kch@nvidia.com>
Tue, 13 Feb 2024 07:58:24 +0000 (23:58 -0800)
committerKeith Busch <kbusch@kernel.org>
Tue, 13 Feb 2024 23:42:44 +0000 (15:42 -0800)
commit8d30528a170905ede9ab6ab81f229e441808590b
tree42a4c332410d4fb742b544b823390536c0baeb23
parent29f6975332479f92233594901c649ff4d71f8cb6
nvmet: remove superfluous initialization

Remove superfluous initialization of status variable in
nvmet_execute_admin_connect() and nvmet_execute_io_connect(), since it
will get overwritten by nvmet_copy_from_sgl().

Signed-off-by: Chaitanya Kulkarni <kch@nvidia.com>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/target/fabrics-cmd.c