]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/amdgpu: Fix typo in IP discovery parsing
authorMukul Joshi <mukul.joshi@amd.com>
Thu, 26 Oct 2023 17:52:23 +0000 (13:52 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 27 Oct 2023 18:13:27 +0000 (14:13 -0400)
commitf7a17b2b36043a4cc9e2d0b0eea7647133f78b13
treec916e9ab66c6abb0f4be31b265db02cbff167377
parent1efdd37cc015ed1cade8c1c12227ad25ebb17c77
drm/amdgpu: Fix typo in IP discovery parsing

Fix a typo in parsing of the GC info table header when
reading the IP discovery table.

Fixes: 0e64c9aad031 ("drm/amdgpu: add type conversion for gc info")
Signed-off-by: Mukul Joshi <mukul.joshi@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c