diff options
author | Colin Ian King <[email protected]> | 2021-05-13 12:49:10 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-05-13 15:52:22 -0700 |
commit | 5efe2575316f97aa6d004fc0534e48ea85acdff3 (patch) | |
tree | dd75887a9019a71a622a90d69e379ddead1df20f /lib/test_overflow.c | |
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions