]> asedeno.scripts.mit.edu Git - linux.git/commit
drm: radeon: replace 0 with NULL
authorJules Irenge <jbi.octave@gmail.com>
Tue, 26 Nov 2019 00:35:14 +0000 (00:35 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Nov 2019 19:51:04 +0000 (14:51 -0500)
commitedac2525ae9efe79572c0bbbd38d5d67a1bca23b
tree31b5f2ef33e8d0d48047bc92dd067fcd80092113
parentf4618fe9c26d749613d53ee9d661b6baf9af3b12
drm: radeon: replace 0 with NULL

Replace 0 with NULL to fix sparse tool  warning
 warning: Using plain integer as NULL pointer

Acked-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Zhan Liu <zhan.liu@amd.com>
Signed-off-by: Jules Irenge <jbi.octave@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_audio.c