Re: [Mesa-dev] [PATCH 2/3] radv/winsys: Move a 'default:' to the end of case stmt

2016-10-11 Thread Emil Velikov
On 11 October 2016 at 10:04, Edward O'Callaghan wrote: > Shift this down and maintain the exact same behaviour as the > current code. > I believe Dave replied about this, but if you want to go ahead with you should explain why it is a good idea ;-) The exact same

[Mesa-dev] [PATCH 2/3] radv/winsys: Move a 'default:' to the end of case stmt

2016-10-11 Thread Edward O'Callaghan
Shift this down and maintain the exact same behaviour as the current code. Signed-off-by: Edward O'Callaghan --- src/amd/vulkan/winsys/amdgpu/radv_amdgpu_bo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git