From: Alex Deucher Date: Tue, 8 Nov 2011 15:09:58 +0000 (-0500) Subject: drm/radeon/kms: make an aux failure debug only X-Git-Tag: firefly_0821_release~7541^2~2293 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f73870d6d33cd24c8fe2a7b39b2f99c433804945;p=firefly-linux-kernel-4.4.55.git drm/radeon/kms: make an aux failure debug only commit 091264f0bc12419560ac64fcef4567809d611658 upstream. Can happen when there is no DP panel attached, confusing users. Make it debug only. Signed-off-by: Alex Deucher Signed-off-by: Dave Airlie Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/gpu/drm/radeon/atombios_dp.c b/drivers/gpu/drm/radeon/atombios_dp.c index b5628ce1228b..3b77ad60ed51 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; }