Skip to content

Commit

Permalink
drm/radeon: remove overzealous warning in hdmi handling
Browse files Browse the repository at this point in the history
hdmi audio works fine.  The warning just confuses users.

fixes:
https://bugzilla.kernel.org/show_bug.cgi?id=44341

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Jerome Glisse <jglisse@redhat.com>
Cc: stable@vger.kernel.org
  • Loading branch information
Alex Deucher committed Feb 20, 2013
1 parent 7ae764b commit c944b2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/radeon/r600_hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,6 @@ void r600_hdmi_disable(struct drm_encoder *encoder)

/* Called for ATOM_ENCODER_MODE_HDMI only */
if (!dig || !dig->afmt) {
WARN_ON(1);
return;
}
if (!dig->afmt->enabled)
Expand Down

0 comments on commit c944b2a

Please sign in to comment.