Skip to content
Commit d8a38137 authored by Abhinav Singh's avatar Abhinav Singh Committed by Alex Deucher
Browse files

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: default avatarAbhinav Singh <singhabhinav9051571833@gmail.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent b5a52d2a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment