Re: [PATCH v2 09/10] drm/amdgpu: remove unnecessary variables

2021-12-10 Thread Alex Deucher
Applied. Thanks! Alex On Thu, Dec 9, 2021 at 12:03 PM Felix Kuehling wrote: > > Am 2021-12-09 um 10:47 a.m. schrieb Isabella Basso: > > This fixes the warnings below, and also drops the display_count > > variable, as it's unused. > > > > In function 'svm_range_map_to_gpu': > > warning:

Re: [PATCH v2 09/10] drm/amdgpu: remove unnecessary variables

2021-12-09 Thread Felix Kuehling
Am 2021-12-09 um 10:47 a.m. schrieb Isabella Basso: > This fixes the warnings below, and also drops the display_count > variable, as it's unused. > > In function 'svm_range_map_to_gpu': > warning: variable 'bo_va' set but not used [-Wunused-but-set-variable] > 1172 | struct amdgpu_bo_va

[PATCH v2 09/10] drm/amdgpu: remove unnecessary variables

2021-12-09 Thread Isabella Basso
This fixes the warnings below, and also drops the display_count variable, as it's unused. In function 'svm_range_map_to_gpu': warning: variable 'bo_va' set but not used [-Wunused-but-set-variable] 1172 | struct amdgpu_bo_va bo_va; | ^ ... In