Re: [PATCH] drm/amd/display: Remove var declaration in dcn32_full_validate_bw_helper()

2022-09-09 Thread Alex Deucher
Already fixed a few days ago. Thanks for the patch. Alex On Thu, Sep 8, 2022 at 4:51 AM Jocelyn Falempe wrote: > > The variable i is already declared as uint32_t in the same function. > > This fixes the following error, when compiling this code on older kernel: > drivers/gpu/drm/amd/amdgpu/../d

[PATCH] drm/amd/display: Remove var declaration in dcn32_full_validate_bw_helper()

2022-09-08 Thread Jocelyn Falempe
The variable i is already declared as uint32_t in the same function. This fixes the following error, when compiling this code on older kernel: drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn32/dcn32_fpu.c: In function 'dcn32_full_validate_bw_helper': drivers/gpu/drm/amd/amdgpu/../display/dc/dml/