Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c944b2ab authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/radeon: remove overzealous warning in hdmi handling

hdmi audio works fine.  The warning just confuses users.

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



Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Reviewed-by: default avatarJerome Glisse <jglisse@redhat.com>
Cc: stable@vger.kernel.org
parent 7ae764b1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)