Module Name: src Committed By: riastradh Date: Fri Feb 14 04:38:13 UTC 2020
Modified Files: src/sys/external/bsd/drm2/dist/drm/amd/amdgpu: amdgpu_display.c Log Message: Revert unnecessary change. The only way this logic can reach the reference to stat is if repcnt goes to zero, which -- since it starts at 4 -- can only happen if we go through several iterations of the loop, which in turn implies that stat is initialized. If GCC still complains about this, it's wrong and should be dealt with some other way. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \ src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/amdgpu_display.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.