nvme: tcp: remove redundant assignment to variable ret
The variable ret is being initialized with a value that is never read
and is being re-assigned immediately afterwards. The assignment is
redundant and hence can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by:
Colin Ian King <colin.king@canonical.com>
Reviewed-by:
Max Gurtovoy <maxg@mellanox.com>
Signed-off-by:
Sagi Grimberg <sagi@grimberg.me>
Loading
Please sign in to comment