Commit a9c5e9c8 authored by Bernard Zhao's avatar Bernard Zhao Committed by Alex Deucher
Browse files

drm/amd: remove possible condition with no effect (if == else)



This patch fix cocci warning:
drivers/gpu/drm/amd/display/dc/dcn314/dcn314_resource.c:1816:6-8:
WARNING: possible condition with no effect (if == else).

Signed-off-by: default avatarBernard Zhao <bernard@vivo.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent b2243cef
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1816,8 +1816,6 @@ static bool dcn314_resource_construct(

	if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV)
		dc->debug = debug_defaults_drv;
	else if (dc->ctx->dce_environment == DCE_ENV_FPGA_MAXIMUS)
		dc->debug = debug_defaults_diags;
	else
		dc->debug = debug_defaults_diags;
	// Init the vm_helper