aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorYang Li <yang.lee@linux.alibaba.com>2021-04-29 09:32:36 +0800
committerDavid S. Miller <davem@davemloft.net>2021-04-29 15:34:15 -0700
commit1a70f6597d5f8abf6cea8e2df213740a18746194 (patch)
treeb9529ccdc070d30e4eb5611dc278e356257b27df /tools/perf/scripts/python/export-to-postgresql.py
parentbridge: Fix possible races between assigning rx_handler_data and setting IFF_BRIDGE_PORT bit (diff)
downloadwireguard-linux-1a70f6597d5f8abf6cea8e2df213740a18746194.tar.xz
wireguard-linux-1a70f6597d5f8abf6cea8e2df213740a18746194.zip
net: Remove redundant assignment to err
Variable 'err' is set to -ENOMEM but this value is never read as it is overwritten with a new value later on, hence the 'If statements' and assignments are redundantand and can be removed. Cleans up the following clang-analyzer warning: net/ipv6/seg6.c:126:4: warning: Value stored to 'err' is never read [clang-analyzer-deadcode.DeadStores] Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions