diff options
| author | Abhinav Singh <[email protected]> | 2023-11-03 15:50:13 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-11-17 14:29:54 +0000 |
| commit | d8a3813713c3843351123138c8b191142c266521 (patch) | |
| tree | 1dc48c3a1af11765fcff7174308826837ad2202f /drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c | |
| parent | amdgpu: Adjust kmalloc_array calls for new -Walloc-size (diff) | |
| download | kernel-d8a3813713c3843351123138c8b191142c266521.tar.gz kernel-d8a3813713c3843351123138c8b191142c266521.zip | |
drm/radeon: Fix warning using plain integer as NULL
sparse static analysis tools generate a warning with this message
"Using plain integer as NULL pointer". In this case this warning is
being shown because we are trying to intialize a pointer to NULL using
integer value 0.
Signed-off-by: Abhinav Singh <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c')
0 files changed, 0 insertions, 0 deletions
