diff options
author | Srinivasan Shanmugam <srinivasan.shanmugam@amd.com> | 2023-03-27 20:05:33 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-03-31 18:18:32 +0300 |
commit | 120ceaf78e28f20ec7244c021d24d1e409572be1 (patch) | |
tree | be6abaf3474f180a8bbb1faed50b840e58714c0f /drivers/gpu/drm/radeon/radeon.h | |
parent | 8782007b5f5795f118c5167f46d8c8142abcc92f (diff) | |
download | linux-120ceaf78e28f20ec7244c021d24d1e409572be1.tar.xz |
drm/amd/amdgpu: Fix error do not initialise globals to 0
Global variables do not need to be initialized to 0 and checkpatch
flags this error in drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c:
ERROR: do not initialise globals to 0
+int amdgpu_no_queue_eviction_on_vm_fault = 0;
Fix this checkpatch error.
Cc: Christian König <christian.koenig@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Reviewed-by: Hamza Mahfooz <Hamza.Mahfooz@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon.h')
0 files changed, 0 insertions, 0 deletions