Re: [PATCH] drm/amdgpu: Fix a memory leak

2023-09-25 Thread Alex Deucher
On Fri, Sep 22, 2023 at 5:51 PM Luben Tuikov wrote: > > Fix a memory leak in amdgpu_fru_get_product_info(). > > Cc: Alex Deucher > Reported-by: Yang Wang > Fixes: 0dbf2c56262532 ("drm/amdgpu: Interpret IPMI data for product > information (v2)") Reviewed-by: Alex Deucher > --- > drivers/gpu/

[PATCH] drm/amdgpu: Fix a memory leak

2023-09-22 Thread Luben Tuikov
Fix a memory leak in amdgpu_fru_get_product_info(). Cc: Alex Deucher Reported-by: Yang Wang Fixes: 0dbf2c56262532 ("drm/amdgpu: Interpret IPMI data for product information (v2)") --- drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/