diff options
| author | Sunil Khatri <[email protected]> | 2024-08-07 17:25:24 +0530 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2024-08-13 10:34:23 -0400 |
| commit | 98df5a7732e3b78bf8824d2938a8865a45cfc113 (patch) | |
| tree | 4d9d30ddf525ef1389e3e87ebb52bacf9d309634 /tools/perf/scripts/python/bin/stackcollapse-record | |
| parent | 07f4f9c00ec545dfa6251a44a09d2c48a76e7ee5 (diff) | |
drm/amdgpu: fix ptr check warning in gfx10 ip_dump
Change condition, if (ptr == NULL) to if (!ptr)
for a better format and fix the warning.
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Sunil Khatri <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions