]> www.infradead.org Git - users/hch/configfs.git/commit
drm/amdgpu: fix unchecked return value warning for amdgpu_gfx
authorTim Huang <tim.huang@amd.com>
Thu, 1 Aug 2024 02:38:37 +0000 (10:38 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 6 Aug 2024 15:11:03 +0000 (11:11 -0400)
commitc0277b9d7c2ee9ee5dbc948548984f0fbb861301
treef04d77ac13e24f07d8f3e8a70383381e586c1163
parent57b09a168ffe88a4c088e8f7ca5de2ffbb8fefa3
drm/amdgpu: fix unchecked return value warning for amdgpu_gfx

This resolves the unchecded return value warning reported by Coverity.

Signed-off-by: Tim Huang <tim.huang@amd.com>
Reviewed-by: Jesse Zhang <jesse.zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c