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

Commit 091264f0 authored by Alex Deucher's avatar Alex Deucher Committed by Dave Airlie
Browse files

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: default avatarAlex Deucher <alexander.deucher@amd.com>
Cc: stable@kernel.org
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 87cb73da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}