drm/amdgpu: drop redundant cancel_delayed_work_sync call
authorEvan Quan <evan.quan@amd.com>
Thu, 19 Aug 2021 04:14:20 +0000 (12:14 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 25 Aug 2021 22:15:10 +0000 (18:15 -0400)
commit416e1fab475281905e6a45883bc7e5ac8b3f0248
treec227dc63c6a6146f7406758e498b116c1906cf9e
parent859e4659273f1df3a23e3990826bcb41e85f68a5
drm/amdgpu: drop redundant cancel_delayed_work_sync call

As those _sw_fini() APIs follow just after _suspend() APIs.
And the cancel_delayed_work_sync was already called in latter.

Signed-off-by: Evan Quan <evan.quan@amd.com>
Reviewed-by: Guchun Chen <guchun.chen@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.c
drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c
drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c