commit | 666eb96d85dcbc93aacc186a037db2e05b92b9f5 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Fri Sep 10 12:15:11 2021 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 10 14:42:31 2021 +0100 |
tree | 16c8525e48615d9280e5a329e52f3e1f046bd71a | |
parent | 20e100f52730cd0db609e559799c1712b5f27582 [diff] |
qlcnic: Remove redundant initialization of variable ret The variable ret is being initialized with a value that is never read, it is being updated later on. The assignment is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>