aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/atombios_dp.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2011-11-08 10:09:58 -0500
committerDave Airlie <airlied@redhat.com>2011-11-11 11:06:50 +0000
commit091264f0bc12419560ac64fcef4567809d611658 (patch)
treef34d8ec612e1b8a446a76da36551675a281e1b8d /drivers/gpu/drm/radeon/atombios_dp.c
parentdrm: drop select of SLOW_WORK (diff)
downloadlinux-dev-091264f0bc12419560ac64fcef4567809d611658.tar.xz
linux-dev-091264f0bc12419560ac64fcef4567809d611658.zip
drm/radeon/kms: make an aux failure debug only
Can happen when there is no DP panel attached, confusing users. Make it debug only. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@kernel.org Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to '')
-rw-r--r--drivers/gpu/drm/radeon/atombios_dp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/atombios_dp.c b/drivers/gpu/drm/radeon/atombios_dp.c
index a0de48542f71..6fb335a4fdda 100644
--- a/drivers/gpu/drm/radeon/atombios_dp.c
+++ b/drivers/gpu/drm/radeon/atombios_dp.c
@@ -283,7 +283,7 @@ int radeon_dp_i2c_aux_ch(struct i2c_adapter *adapter, int mode,
}
}
- DRM_ERROR("aux i2c too many retries, giving up\n");
+ DRM_DEBUG_KMS("aux i2c too many retries, giving up\n");
return -EREMOTEIO;
}