drm/radeon: fix the warning for radeon_cs_parser_fini
authorSunil Khatri <sunil.khatri@amd.com>
Thu, 17 Apr 2025 09:30:44 +0000 (15:00 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 21 Apr 2025 14:57:19 +0000 (10:57 -0400)
commit3f8b6d828210f872d4a84bd2e26440d3767f79fd
tree59bf58de09a57085ba3f8881616c076b78d51c20
parent9018c7fe68b55f7ca0df65f0c048dcb6acea90ed
drm/radeon: fix the warning for radeon_cs_parser_fini

Fix the below warning message.
radeon/radeon_cs.c:418: warning: Excess function parameter 'backoff' description in 'radeon_cs_parser_fini'

Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com>
Signed-off-by: Sunil Khatri <sunil.khatri@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_cs.c