提交 edac2525 编写于 作者: J Jules Irenge 提交者: Alex Deucher

drm: radeon: replace 0 with NULL

Replace 0 with NULL to fix sparse tool  warning
 warning: Using plain integer as NULL pointer
Acked-by: NChristian König <christian.koenig@amd.com>
Reviewed-by: NZhan Liu <zhan.liu@amd.com>
Signed-off-by: NJules Irenge <jbi.octave@gmail.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 f4618fe9
......@@ -288,7 +288,7 @@ static void radeon_audio_interface_init(struct radeon_device *rdev)
} else {
rdev->audio.funcs = &r600_funcs;
rdev->audio.hdmi_funcs = &r600_hdmi_funcs;
rdev->audio.dp_funcs = 0;
rdev->audio.dp_funcs = NULL;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册