Re: [PATCH] drm/amdgpu/soc15: Fix static checker warnings

2017-04-04 Thread Zhang, Jerry (Junwei)
On 04/04/2017 07:02 AM, Harry Wentland wrote: Reviewed-by: Harry Wentland Reviewed-by: Junwei Zhang On 2017-04-03 04:58 PM, Alex Deucher wrote: vega10 is the only soc15 asic at the moment so these warnings are invalid, but add a default case to silence the warnings. Fixes: 220ab9bd1ccf:

Re: [PATCH] drm/amdgpu/soc15: Fix static checker warnings

2017-04-03 Thread Harry Wentland
Reviewed-by: Harry Wentland On 2017-04-03 04:58 PM, Alex Deucher wrote: vega10 is the only soc15 asic at the moment so these warnings are invalid, but add a default case to silence the warnings. Fixes: 220ab9bd1ccf: "drm/amdgpu: soc15 enable (v3)" Reported-by: Dan Carpenter Signed-off-by: Ale

[PATCH] drm/amdgpu/soc15: Fix static checker warnings

2017-04-03 Thread Alex Deucher
vega10 is the only soc15 asic at the moment so these warnings are invalid, but add a default case to silence the warnings. Fixes: 220ab9bd1ccf: "drm/amdgpu: soc15 enable (v3)" Reported-by: Dan Carpenter Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/soc15.c | 4 1 file changed,