diff options
author | 2022-01-12 23:55:33 +0000 | |
---|---|---|
committer | 2022-01-13 12:50:48 +0000 | |
commit | d7b4303411025b675e8c0927307c578a0ce3f75c (patch) | |
tree | dbbfaecbdf30d8273b11cb70e6abe194cda02973 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | sch_api: Don't skip qdisc attach on ingress (diff) | |
download | wireguard-linux-d7b4303411025b675e8c0927307c578a0ce3f75c.tar.xz wireguard-linux-d7b4303411025b675e8c0927307c578a0ce3f75c.zip |
atm: iphase: remove redundant pointer skb
The pointer skb is redundant, it is assigned a value that is never
read and hence can be removed. Cleans up clang scan warning:
drivers/atm/iphase.c:205:18: warning: Although the value stored
to 'skb' is used in the enclosing expression, the value is never
actually read from 'skb' [deadcode.DeadStores]
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions