]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb2bd55a5f73c7745432bed47c1f289fe7875b06f
tree1379e197ba7f8277f20c001e454dc16ab344aef7
parent2360455faa01bea29a54e12f47bfdfb0679d9a4e
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: 742bbe18787b ("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