Re: [PATCH 1/2] drm/amdgpu/soc15: fix warnings in register macro

2018-09-27 Thread Huang Rui
On Wed, Sep 26, 2018 at 11:25:16AM -0500, Alex Deucher wrote: > expects argument of type ‘unsigned int’ has type ‘long int’ > > Fixes: 52e211c1f04 ("drm/amdgpu:Add error message when register failed to > reach expected value") > Signed-off-by: Alex Deucher Series are Reviewed-by: Huang Rui >

Re: [PATCH 1/2] drm/amdgpu/soc15: fix warnings in register macro

2018-09-26 Thread James Zhu
On 2018-09-26 12:25 PM, Alex Deucher wrote: expects argument of type ‘unsigned int’ has type ‘long int’ Fixes: 52e211c1f04 ("drm/amdgpu:Add error message when register failed to reach expected value") Signed-off-by: Alex Deucher Reviewed-by: James Zhu for the series. --- drivers/gpu/drm

Re: [PATCH 1/2] drm/amdgpu/soc15: fix warnings in register macro

2018-09-26 Thread Christian König
Am 26.09.2018 um 18:25 schrieb Alex Deucher: expects argument of type ‘unsigned int’ has type ‘long int’ Fixes: 52e211c1f04 ("drm/amdgpu:Add error message when register failed to reach expected value") Signed-off-by: Alex Deucher Reviewed-by: Christian König for the series. --- drivers/

[PATCH 1/2] drm/amdgpu/soc15: fix warnings in register macro

2018-09-26 Thread Alex Deucher
expects argument of type ‘unsigned int’ has type ‘long int’ Fixes: 52e211c1f04 ("drm/amdgpu:Add error message when register failed to reach expected value") Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/soc15_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi