Re: [PATCH] drm/amdgpu: Fixed warning reported by kernel test robot

2022-02-22 Thread Paul Menzel
Dear yipechai, Am 22.02.22 um 09:39 schrieb Zhou1, Tao: [AMD Official Use Only] With my inline concerns addressed, the patch is: Reviewed-by: Tao Zhou -Original Message- From: Chai, Thomas Can you please configure the full name too for the From: header field, and Signed-off-by

RE: [PATCH] drm/amdgpu: Fixed warning reported by kernel test robot

2022-02-22 Thread Zhou1, Tao
; Clements, > John ; Chai, Thomas > Subject: [PATCH] drm/amdgpu: Fixed warning reported by kernel test robot [Tao] "Fix warnings for RAS reported by robot" is recommended > > Fixed warning reported by kernel test robot: [Tao]: Fixed -> Fix >

[PATCH] drm/amdgpu: Fixed warning reported by kernel test robot

2022-02-21 Thread yipechai
Fixed warning reported by kernel test robot: 1.warning: no previous prototype for function 'amdgpu_ras_block_late_init_default'. 2.warning: variable 'ras_obj' is used uninitialized whenever '||' condition is true. Signed-off-by: yipechai --- drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 4 ++-- 1