Re: [PATCH] drm/amdgpu: simplify the bo reference on amdgpu_vo_update

2018-07-04 Thread Christian König
Am 04.07.2018 um 12:16 schrieb Huang Rui: BO ptr already be initialized at definition, we needn't use the complicated reference. Signed-off-by: Huang Rui There is a typo in the subject line, with that fixed the patch is Reviewed-by: Christian König . Regards, Christian. ---

[PATCH] drm/amdgpu: simplify the bo reference on amdgpu_vo_update

2018-07-04 Thread Huang Rui
BO ptr already be initialized at definition, we needn't use the complicated reference. Signed-off-by: Huang Rui --- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c