diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-04-20 15:27:30 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-04-21 03:05:19 +0300 |
commit | 55cdc26a91ac270887583945aef2bd460a2805f7 (patch) | |
tree | 6841a1072af6a96049685523437216b7370bb85d /tools/perf/scripts/python/stackcollapse.py | |
parent | af39c8f72301b268ad8b04bae646b6025918b82b (diff) | |
download | linux-55cdc26a91ac270887583945aef2bd460a2805f7.tar.xz |
net: mana: remove redundant initialization of variable err
The variable err 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 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions