Commit b2654460 authored by Alex Deucher's avatar Alex Deucher Committed by Greg Kroah-Hartman

drm/radeon: remove overzealous warning in hdmi handling

commit c944b2ab upstream.

hdmi audio works fine.  The warning just confuses users.

fixes:
https://bugzilla.kernel.org/show_bug.cgi?id=44341Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Reviewed-by: default avatarJerome Glisse <jglisse@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d6309c49
...@@ -544,7 +544,6 @@ void r600_hdmi_disable(struct drm_encoder *encoder) ...@@ -544,7 +544,6 @@ void r600_hdmi_disable(struct drm_encoder *encoder)
/* Called for ATOM_ENCODER_MODE_HDMI only */ /* Called for ATOM_ENCODER_MODE_HDMI only */
if (!dig || !dig->afmt) { if (!dig || !dig->afmt) {
WARN_ON(1);
return; return;
} }
if (!dig->afmt->enabled) if (!dig->afmt->enabled)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment