]> git.baikalelectronics.ru Git - kernel.git/commit
nvme-auth: remove the redundant req->cqe->result.u16 assignment operation
authorJackie Liu <liuyun01@kylinos.cn>
Fri, 12 Aug 2022 03:12:31 +0000 (11:12 +0800)
committerChristoph Hellwig <hch@lst.de>
Mon, 19 Sep 2022 09:33:54 +0000 (11:33 +0200)
commitf984243170a4350ec5e8f1415b5c46e8b1461160
treed2cc95d2a75f37f43e6be71a764e18ccbdeeef38
parent6a52ef7f924b80b369878b2287a193c3038705b6
nvme-auth: remove the redundant req->cqe->result.u16 assignment operation

req->cqe->result.u16 has already been assigned in the previous line, no
need to do it again.

Signed-off-by: Jackie Liu <liuyun01@kylinos.cn>
Reviewed-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/target/fabrics-cmd.c