提交 308de41b 编写于 作者: A Alex Deucher

drm/radeon: use NULL rather then 0 in audio detect

Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 f4c6c081
......@@ -470,7 +470,7 @@ void radeon_audio_detect(struct drm_connector *connector,
int sink_type;
if (!drm_detect_monitor_audio(radeon_connector_edid(connector))) {
radeon_encoder->audio = 0;
radeon_encoder->audio = NULL;
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册