diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-05-13 12:49:10 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-05-13 15:52:22 -0700 |
commit | 5efe2575316f97aa6d004fc0534e48ea85acdff3 (patch) | |
tree | dd75887a9019a71a622a90d69e379ddead1df20f /net/caif | |
parent | 25e248a2bc43fe4a7a9815addf1f46d26c0d2442 (diff) |
net: qed: remove redundant initialization of variable rc
The variable rc 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>
Diffstat (limited to 'net/caif')
0 files changed, 0 insertions, 0 deletions