diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2011-11-08 10:09:58 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-11-11 11:06:50 +0000 |
commit | 091264f0bc12419560ac64fcef4567809d611658 (patch) | |
tree | f34d8ec612e1b8a446a76da36551675a281e1b8d | |
parent | 87cb73dafef765c6e20452ebf2581ba113c0360a (diff) |
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>
-rw-r--r-- | drivers/gpu/drm/radeon/atombios_dp.c | 2 |
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 a0de48542f7..6fb335a4fdd 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; } |