diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-04-09 15:41:26 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-04-09 19:14:53 +0200 |
commit | 5f0224a6ddc3101ab9664a5f7a6287047934a079 (patch) | |
tree | 2c3b074abc9e251131d95d455a4b26aba355a4cb /net/rds/rdma.c | |
parent | net: qrtr: send msgs from local of same id as broadcast (diff) | |
download | linux-5f0224a6ddc3101ab9664a5f7a6287047934a079.tar.xz linux-5f0224a6ddc3101ab9664a5f7a6287047934a079.zip |
net-sysfs: remove redundant assignment to variable ret
The variable ret is being initialized with a value that is never read
and it is being updated later with a new value. The initialization 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/rds/rdma.c')
0 files changed, 0 insertions, 0 deletions