diff options
author | Jani Nikula <[email protected]> | 2022-01-21 15:29:57 +0200 |
---|---|---|
committer | Jani Nikula <[email protected]> | 2022-01-24 14:02:16 +0200 |
commit | 17dd7b896abd2c81bbc76ed55899314b1c285677 (patch) | |
tree | 12330ec76022d4591e2bade44786dcad4e272176 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | fe6959a680a4c50f12dbb362c90f9d7157fea334 (diff) |
drm/i915: nuke local versions of WARN_ON/WARN_ON_ONCE
In general, we should avoid redefining kernel macros like this. It can
get confusing, and what gets used will depend on whether the header is
included or not. Moreover, we should prefer drm_WARN_ON() and
drm_WARN_ON_ONCE() anyway, which include the stringified error condition
in the message.
Signed-off-by: Jani Nikula <[email protected]>
Reviewed-by: Lucas De Marchi <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions