aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/r600_hdmi.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2013-02-12 08:39:10 -0500
committerAlex Deucher <alexander.deucher@amd.com>2013-02-20 08:51:19 -0500
commitc944b2abb067130542055666f23409fd5e1afc8e (patch)
tree24cba57fa88e9df81714f843e7353d9add4a37d9 /drivers/gpu/drm/radeon/r600_hdmi.c
parentdrm/radeon: fix multi-head power profile stability on BTC+ asics (diff)
downloadlinux-dev-c944b2abb067130542055666f23409fd5e1afc8e.tar.xz
linux-dev-c944b2abb067130542055666f23409fd5e1afc8e.zip
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: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Jerome Glisse <jglisse@redhat.com> Cc: stable@vger.kernel.org
Diffstat (limited to '')
-rw-r--r--drivers/gpu/drm/radeon/r600_hdmi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/r600_hdmi.c b/drivers/gpu/drm/radeon/r600_hdmi.c
index ff80efe9cb7d..95970ec47c45 100644
--- a/drivers/gpu/drm/radeon/r600_hdmi.c
+++ b/drivers/gpu/drm/radeon/r600_hdmi.c
@@ -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)