Skip to content
Commit 6dabce86 authored by Harshit Mogalapalli's avatar Harshit Mogalapalli Committed by Alex Deucher
Browse files

drm/amdgpu: Fix unsigned comparison with zero in gmc_v9_0_process_interrupt()



Smatch warns:
	drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c:579:
	unsigned 'xcc_id' is never less than zero.

gfx_v9_4_3_ih_to_xcc_inst() returns negative numbers as well.
Fix this by changing type of xcc_id to int.

Fixes: 98b2e9ca ("drm/amdgpu: correct the vmhub index when page fault occurs")
Signed-off-by: default avatarHarshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 9f77af01
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment