OSDN Git Service

drm/amd/display: remove useless else if
authorTian Tao <tiantao6@hisilicon.com>
Mon, 21 Dec 2020 11:16:35 +0000 (19:16 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 5 Jan 2021 16:34:06 +0000 (11:34 -0500)
Fix the following coccinelle report:
drivers/gpu/drm/amd/display/dc/dcn302/dcn302_resource.c:1357:6-8:
WARNING: possible condition with no effect (if == else)

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn302/dcn302_resource.c

index 808c4dc..504f2a4 100644 (file)
@@ -1354,8 +1354,6 @@ static bool dcn302_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;