diff options
author | 2021-09-17 13:03:33 +0100 | |
---|---|---|
committer | 2021-09-17 14:00:51 +0100 | |
commit | 3503e673db234be0af57b80a03d7f5ac851e471d (patch) | |
tree | 92eb809ecda7785dc9198930ddab277d77e53c67 /include/net/devlink.h | |
parent | octeontx2-af: Fix uninitialized variable val (diff) | |
download | linux-dev-3503e673db234be0af57b80a03d7f5ac851e471d.tar.xz linux-dev-3503e673db234be0af57b80a03d7f5ac851e471d.zip |
octeontx2-af: Remove redundant initialization of variable blkaddr
The variable blkaddr is being initialized with a value that is never
read, it is being updated later on in a for-loop. 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 'include/net/devlink.h')
0 files changed, 0 insertions, 0 deletions