diff options
author | 2021-04-25 18:24:59 +0800 | |
---|---|---|
committer | 2021-06-03 10:09:36 +0200 | |
commit | ad6f5cc5f6c261f881e44ecd750f17952df2b496 (patch) | |
tree | b6fb4081866621386801ef8a773d6c7dc6201ceb /tools/perf/scripts/python/export-to-postgresql.py | |
parent | net: ieee802154: fix null deref in parse dev addr (diff) | |
download | wireguard-linux-ad6f5cc5f6c261f881e44ecd750f17952df2b496.tar.xz wireguard-linux-ad6f5cc5f6c261f881e44ecd750f17952df2b496.zip |
net/ieee802154: drop unneeded assignment in llsec_iter_devkeys()
In order to keep the code style consistency of the whole file,
redundant return value ‘rc’ and its assignments should be deleted
The clang_analyzer complains as follows:
net/ieee802154/nl-mac.c:1203:12: warning: Although the value stored to
'rc' is used in the enclosing expression, the value is never actually
read from 'rc'
No functional change, only more efficient.
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Link: https://lore.kernel.org/r/1619346299-40237-1-git-send-email-yang.lee@linux.alibaba.com
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions