Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dmr/amdgpu: Fix compile error with CONFIG_DRM_AMDGPU_GART_DEBUGFS

Double defintion of 'i'

Signed-off-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Andrey Grodzovsky and committed by
Alex Deucher
b1f5b453 f659bb6d

+1 -1
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c
··· 312 312 uint64_t flags) 313 313 { 314 314 #ifdef CONFIG_DRM_AMDGPU_GART_DEBUGFS 315 - unsigned i,t,p; 315 + unsigned t,p; 316 316 #endif 317 317 int r, i; 318 318