linux/drivers/gpu/drm/amd/display
Andrew Jiang aeff7ab11e drm/amd/display: Fix context alloc failed logging
Since there was no return statement in the fail block immediately
preceding the context_alloc_fail block, any failure within the
function caused a context alloc failed error message to be printed.
Since the context_alloc_fail block is only used once, move it to
where the goto is directly and accompany it with a return statement.

Signed-off-by: Andrew Jiang <Andrew.Jiang@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2017-09-26 18:17:32 -04:00
..
amdgpu_dm drm/amd/display: USB-C to HDMI dongle not light 2017-09-26 18:17:29 -04:00
dc drm/amd/display: Fix context alloc failed logging 2017-09-26 18:17:32 -04:00
include drm/amd/display: Rename dc validate_context and current_context 2017-09-26 18:17:14 -04:00
modules drm/amd/display: Clean up flattening core_dc to dc 2017-09-26 18:17:07 -04:00
Kconfig drm/amd/display: Limit DCN to x86 arch 2017-09-26 18:07:32 -04:00
Makefile
TODO drm/amd/display: Add a TODO list 2017-09-26 18:16:34 -04:00