Skip to content
Commit 5eb2bcf2 authored by Colin Ian King's avatar Colin Ian King Committed by Jakub Kicinski
Browse files

net: lio_core: remove redundant assignment to variable tx_done



The variable tx_done is being assigned with a value that is never read
as the function returns a few statements later.  The assignment is
redundant and can be removed.

Addresses-Coverity: ("Unused value")
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 6a9c9548
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment