mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 23:22:31 +02:00
drm/amdkfd: Fixing the clang format
This patch fixes the formatting in the patch "amdkfd: Do not wait for queue op response during reset" Signed-off-by: Ahmad Rehman <Ahmad.Rehman@amd.com> Reviewed-by: Lijo Lazar <lijo.lazar@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
42993bcf1c
commit
37cdb89c0a
|
|
@ -2095,7 +2095,7 @@ int amdkfd_fence_wait_timeout(struct device_queue_manager *dqm,
|
|||
while (*fence_addr != fence_value) {
|
||||
/* Fatal err detected, this response won't come */
|
||||
if (amdgpu_amdkfd_is_fed(dqm->dev->adev) ||
|
||||
amdgpu_in_reset(dqm->dev->adev))
|
||||
amdgpu_in_reset(dqm->dev->adev))
|
||||
return -EIO;
|
||||
|
||||
if (time_after(jiffies, end_jiffies)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user