RE: [PATCH] drm/amdgpu: Resolve RAS GFX error count issue v2

2022-06-01 Thread Li, Candice
ndice -Original Message- From: Alex Deucher Sent: Thursday, June 2, 2022 1:19 AM To: Li, Candice Cc: amd-gfx list Subject: Re: [PATCH] drm/amdgpu: Resolve RAS GFX error count issue v2 On Wed, Jun 1, 2022 at 1:10 PM Candice Li wrote: > > Fix misleading indentation > Might want to split

Re: [PATCH] drm/amdgpu: Resolve RAS GFX error count issue v2

2022-06-01 Thread Alex Deucher
On Wed, Jun 1, 2022 at 1:10 PM Candice Li wrote: > > Fix misleading indentation > Might want to split this into two patches, one to fix the indentation and one to fix the missing function call. Also you should mention the missing function call in the else case. > Signed-off-by: Candice Li > --