diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-05-31 14:27:38 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-06-02 17:51:03 -0700 |
commit | b9f88982750d5c28b3c55ab8b802ecfa62a0bbd2 (patch) | |
tree | aa8712d51e7434be6c61ee05f35ecc410a0e0c0e /fs/binfmt_elf.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 <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/binfmt_elf.c')
0 files changed, 0 insertions, 0 deletions