diff options
author | 2023-03-27 22:35:33 +0530 | |
---|---|---|
committer | 2023-03-31 11:18:32 -0400 | |
commit | 120ceaf78e28f20ec7244c021d24d1e409572be1 (patch) | |
tree | be6abaf3474f180a8bbb1faed50b840e58714c0f /drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.c | |
parent | drm/amdgpu: Return from switch early for EEPROM I2C address (diff) | |
download | wireguard-linux-120ceaf78e28f20ec7244c021d24d1e409572be1.tar.xz wireguard-linux-120ceaf78e28f20ec7244c021d24d1e409572be1.zip |
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/amd/amdgpu/amdgpu_xcp.c')
0 files changed, 0 insertions, 0 deletions