cnic: remove redundant assignment to variable ret
The variable ret is being assigned with a value that is never read,
the assignment is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by:
Colin Ian King <colin.king@canonical.com>
Reviewed-by:
Michael Chan <michael.chan@broadcom.com>
Signed-off-by:
Jakub Kicinski <kuba@kernel.org>
Loading
Please sign in to comment