Re: [PATCH] gpu: drm: amd: display: dc: dcn20: Remove redudant condition

2019-08-06 Thread Alex Deucher
On Mon, Aug 5, 2019 at 3:01 PM Hariprasad Kelam wrote: > > Remove redudant codition "dsc_cfg->dc_dsc_cfg.num_slices_v". > > fixes coverity defect 1451853 > > Signed-off-by: Hariprasad Kelam > --- > drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.c | 2 +- > 1 file changed, 1 insertion(+), 1 delet

[PATCH] gpu: drm: amd: display: dc: dcn20: Remove redudant condition

2019-08-06 Thread Hariprasad Kelam
Remove redudant codition "dsc_cfg->dc_dsc_cfg.num_slices_v". fixes coverity defect 1451853 Signed-off-by: Hariprasad Kelam --- drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.c b