diff options
author | Sunil Khatri <sunil.khatri@amd.com> | 2024-08-07 17:28:02 +0530 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-08-13 10:34:51 -0400 |
commit | 9b7e697839c2745c10f63fe5fd54c9e328fa2e3b (patch) | |
tree | df03f32e947afff0712b9bcf02f84d1b0d6aeaa5 /drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c | |
parent | bd15f805cdc503ac229a14f5fe21db12e6e7f84a (diff) |
drm/amdgpu: fix ptr check warning in gfx12 ip_dump
Change condition, if (ptr == NULL) to if (!ptr)
for a better format and fix the warning.
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sunil Khatri <sunil.khatri@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c')
0 files changed, 0 insertions, 0 deletions