diff options
author | Colin Ian King | 2019-06-04 10:21:46 +0200 |
---|---|---|
committer | Daniel Borkmann | 2019-06-04 16:57:07 +0200 |
commit | 6685699e4ef5e9903d5c8bc6c2e6e13b931c98e1 (patch) | |
tree | 129b1413490cbe8e16dc29703b25d4af0f8d31da /samples/bpf | |
parent | bpf: hbm: fix spelling mistake "notifcations" -> "notificiations" (diff) | |
download | kernel-qcow2-linux-6685699e4ef5e9903d5c8bc6c2e6e13b931c98e1.tar.gz kernel-qcow2-linux-6685699e4ef5e9903d5c8bc6c2e6e13b931c98e1.tar.xz kernel-qcow2-linux-6685699e4ef5e9903d5c8bc6c2e6e13b931c98e1.zip |
bpf: remove redundant assignment to err
The variable err is assigned with the value -EINVAL 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>
Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'samples/bpf')
0 files changed, 0 insertions, 0 deletions