Re: [PATCHv2] drm/amdgpu: Fix typo in IP discovery parsing

2023-10-26 Thread Alex Deucher
On Thu, Oct 26, 2023 at 2:32 PM Mukul Joshi wrote: > > Fix a typo in parsing of the GC info table header when > reading the IP discovery table. > > Fixes: ecb70926eb86 ("drm/amdgpu: add type conversion for gc info") > Signed-off-by: Mukul Joshi Reviewed-by: Alex Deucher > --- > v1->v2: > -

[PATCHv2] drm/amdgpu: Fix typo in IP discovery parsing

2023-10-26 Thread Mukul Joshi
Fix a typo in parsing of the GC info table header when reading the IP discovery table. Fixes: ecb70926eb86 ("drm/amdgpu: add type conversion for gc info") Signed-off-by: Mukul Joshi --- v1->v2: - Add the Fixes tag. drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 2 +- 1 file changed, 1