[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220801022606.1594526-1-ye.xingchen@zte.com.cn>
Date: Mon, 1 Aug 2022 02:26:06 +0000
From: cgel.zte@...il.com
To: linux-kernel@...r.kernel.org
Cc: dri-devel@...ts.freedesktop.org,
ye xingchen <ye.xingchen@....com.cn>,
Zeal Robot <zealci@....com.cn>
Subject: [PATCH linux-next] drm:amd:Remove the unused conditional statements
From: ye xingchen <ye.xingchen@....com.cn>
Conditional statements have no effect to next process.So remove it.
Reported-by: Zeal Robot <zealci@....com.cn>
Signed-off-by: ye xingchen <ye.xingchen@....com.cn>
---
drivers/gpu/drm/amd/display/dc/dcn314/dcn314_resource.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_resource.c b/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_resource.c
index 63861cdfb09f..84c66ce44da4 100644
--- a/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_resource.c
+++ b/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_resource.c
@@ -2132,8 +2132,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
--
2.25.1
Powered by blists - more mailing lists