drm/radeon: fix variable type
authorChristian König <christian.koenig@amd.com>
Mon, 21 Feb 2022 08:31:28 +0000 (09:31 +0100)
committerChristian König <christian.koenig@amd.com>
Wed, 23 Feb 2022 09:29:46 +0000 (10:29 +0100)
commitf762ce78897d734a08f52e39a353359b7d417578
tree1379e197ba7f8277f20c001e454dc16ab344aef7
parent1aae05754fca861ce17f1f17fddcfbf8c0fc25b6
drm/radeon: fix variable type

When we switch to dma_resv_wait_timeout() the returned type changes as
well.

Signed-off-by: Christian König <christian.koenig@amd.com>
Fixes: 89aae41d740f ("drm/radeon: use dma_resv_wait_timeout() instead of manually waiting")
Bug: https://bugzilla.kernel.org/show_bug.cgi?id=215600
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220221110503.2803-1-christian.koenig@amd.com
drivers/gpu/drm/radeon/radeon_uvd.c