diff options
author | David Howells <[email protected]> | 2022-12-01 12:24:36 +0000 |
---|---|---|
committer | David Howells <[email protected]> | 2022-12-01 13:36:37 +0000 |
commit | 84924aac08a43169811b4814c67994a9154a6a82 (patch) | |
tree | 179fa5144585d9c69f4a7fbdbabfb9fc2b63c7e4 /tools/perf/scripts/python/check-perf-trace.py | |
parent | 91a7de85600d5dfa272cea3cef83052e067dc0ab (diff) |
rxrpc: Fix checker warning
Fix the following checker warning:
../net/rxrpc/key.c:692:9: error: subtraction of different types can't work (different address spaces)
Checker is wrong in this case, but cast the pointers to unsigned long to
avoid the warning.
Whilst we're at it, reduce the assertions to WARN_ON() and return an error.
Signed-off-by: David Howells <[email protected]>
cc: Marc Dionne <[email protected]>
cc: [email protected]
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions