radv: remove duplicate brackets in version string
authorEric Engestrom <eric.engestrom@intel.com>
Thu, 25 Oct 2018 16:36:30 +0000 (17:36 +0100)
committerEric Engestrom <eric.engestrom@intel.com>
Fri, 26 Oct 2018 17:33:11 +0000 (18:33 +0100)
commit285ebc84c70c8543808d956aae8539ade03ded34
tree6896e4dc5d0b16f905a70bd79b232b46e1855976
parent738f0f789bfcd6703327492dbc4297ca076e7862
radv: remove duplicate brackets in version string

MESA_GIT_SHA1 resolves to either an empty "" string if not build from git,
or " (git-DEADBEEF)" if it is. No need to wrap it in additional "()".

Fixes: 9d40ec2cf6ec6d3d9d78 "radv: Add support for VK_KHR_driver_properties."
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
src/amd/vulkan/radv_device.c