drm/amd/display: resolve minor log problems
authorWenjing Liu <Wenjing.Liu@amd.com>
Mon, 22 Oct 2018 20:34:32 +0000 (16:34 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 19 Nov 2018 20:27:35 +0000 (15:27 -0500)
commiteb9714a201f46ac46c1314849242d9eba56752e4
treec9950b9eb6cee928b17dd94c5ca2c970ac08cb97
parent37cd85ce3322706d9d357ffbe54481fa884af9e5
drm/amd/display: resolve minor log problems

[Why]
dc_add_stream_to_context is used to check bw requirement.
It is not an error if it fails.

[How]
Replace DC_ERROR with DC_LOG_WARNING.

Signed-off-by: Wenjing Liu <Wenjing.Liu@amd.com>
Reviewed-by: Jun Lei <Jun.Lei@amd.com>
Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_resource.c