aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorJakub Kicinski <[email protected]>2022-05-18 17:43:42 -0700
committerJakub Kicinski <[email protected]>2022-05-19 18:44:44 -0700
commitdbbc7d04c549a43ad343c69e17b27a57e2102041 (patch)
treeec16c32e9842de9a2c8e319b8fdfa4610cccdd90 /tools/perf/scripts/python/bin/stackcollapse-report
parent53332f845194b8dedf213c5bf51c2d4af88364ee (diff)
net: wwan: iosm: remove pointless null check
GCC 12 warns: drivers/net/wwan/iosm/iosm_ipc_protocol_ops.c: In function ‘ipc_protocol_dl_td_process’: drivers/net/wwan/iosm/iosm_ipc_protocol_ops.c:406:13: warning: the comparison will always evaluate as ‘true’ for the address of ‘cb’ will never be NULL [-Waddress] 406 | if (!IPC_CB(skb)) { | ^ Indeed the check seems entirely pointless. Hopefully the other validation checks will catch if the cb is bad, but it can't be NULL. Reviewed-by: M Chetan Kumar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions