diff options
author | Colin Ian King <[email protected]> | 2019-05-31 14:27:38 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2019-06-02 17:51:03 -0700 |
commit | b9f88982750d5c28b3c55ab8b802ecfa62a0bbd2 (patch) | |
tree | aa8712d51e7434be6c61ee05f35ecc410a0e0c0e /net/unix/sysctl_net_unix.c | |
parent | 8a7e8ff8ce8ae7d34ed979f41b572bfe7cab421c (diff) |
qed: remove redundant assignment to rc
The variable rc is assigned with a value that is never read and
it is re-assigned a new value 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 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions