drm/amdgpu: Clean up errors in mxgpu_vi.c

Fix the following errors reported by checkpatch:

ERROR: spaces required around that '-=' (ctx:WxV)

Signed-off-by: Ran Sun <sunran001@208suo.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Ran Sun
2023-08-02 07:35:42 +00:00
committed by Alex Deucher
parent 939a392f07
commit 599f7c8b85
+1 -1
View File
@@ -334,7 +334,7 @@ static void xgpu_vi_mailbox_send_ack(struct amdgpu_device *adev)
break;
}
mdelay(1);
timeout -=1;
timeout -= 1;
reg = RREG32_NO_KIQ(mmMAILBOX_CONTROL);
}