]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: Remove unnecessary error message
authorJoshua Aberback <joshua.aberback@amd.com>
Mon, 17 Jun 2024 19:22:44 +0000 (15:22 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 1 Jul 2024 20:06:53 +0000 (16:06 -0400)
commit032831f223bce58e2fea9542cade0ae9789dc378
tree24ced56839fd1721811fbbbde4fa3def2a486a4f
parentac01f6ad710c41c8c2cfab24be8bb71586bf8c44
drm/amd/display: Remove unnecessary error message

[Why]
This error message is unnecessary because returning when aconnector is
uninitialized is the desired outcome during initialization. As well, there
is no equivalent error message for read_dpcd.

Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Jerry Zuo <jerry.zuo@amd.com>
Signed-off-by: Joshua Aberback <joshua.aberback@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c