Re: [PATCH] drm/amdgpu: fix the missing braces

2020-03-25 Thread Huang Rui
On Wed, Mar 25, 2020 at 11:47:08PM +0800, Das, Nirmoy wrote: > Hi Ray, > > I pushed a fix few minutes ago :) > No problem, that's fine. I should have looked at the mail list firstly. Thanks, Ray > > Regards, > > Nirmoy > > On 3/25/20 4:39 PM, Huang Rui wrote: > > The braces are missed aroun

Re: [PATCH] drm/amdgpu: fix the missing braces

2020-03-25 Thread Nirmoy
Hi Ray, I pushed a fix few minutes ago :) Regards, Nirmoy On 3/25/20 4:39 PM, Huang Rui wrote: The braces are missed around amdgpu_ttm_training_reserve_vram_init(). Signed-off-by: Huang Rui --- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(