From: Bas Nieuwenhuizen Date: Thu, 9 Aug 2018 18:45:49 +0000 (+0200) Subject: turnip: Fix newly introduced warning. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a0d62e4337e1bdbd918c4be997fed6b31c8a7e9e;p=mesa.git turnip: Fix newly introduced warning. --- diff --git a/src/freedreno/vulkan/tu_device.c b/src/freedreno/vulkan/tu_device.c index 5e825634b65..fe10f048133 100644 --- a/src/freedreno/vulkan/tu_device.c +++ b/src/freedreno/vulkan/tu_device.c @@ -171,6 +171,8 @@ tu_physical_device_init(struct tu_physical_device *device, default: if (instance->debug_flags & TU_DEBUG_STARTUP) tu_logi("Device '%s' is not supported.", device->name); + result = vk_errorf( + instance, VK_ERROR_INITIALIZATION_FAILED, "unsupported device"); goto fail; } if (tu_device_get_cache_uuid(device->gpu_id, device->cache_uuid)) {