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: Bernard Zhao <bernard@vivo.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
b2243cef56
commit
a9c5e9c820
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user