diff options
author | Magali Lemes <magalilemes00@gmail.com> | 2022-02-02 18:38:56 -0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2022-02-02 18:28:06 -0500 |
commit | 7e2ec174945fa98048b39baf2a87973eddca3241 (patch) | |
tree | 05b8f3214a86f2e75a2114df5372f995d8eec467 /drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | |
parent | 5d64f9bbb6281a5a89a2266b9d39daa1fca1d6b4 (diff) |
drm/amd/display: Use NULL pointer instead of plain integer
Assigning 0L to a pointer variable caused the following warning:
drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dsc/rc_calc_fpu.c:71:40:
warning: Using plain integer as NULL pointer
In order to remove this warning, this commit assigns a NULL pointer to
the pointer variable that caused this issue.
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Magali Lemes <magalilemes00@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c')
0 files changed, 0 insertions, 0 deletions