mesa/src/vulkan/wsi
Vinson Lee a62a22c922 vulkan/wsi: Remove duplicate NULL check
Fix defect reported by Coverity Scan.

Logically dead code (DEADCODE)
dead_error_line: Execution cannot reach this statement: return NULL;.

Fixes: eadc64ab24 ("vulkan/wsi/display: do not dereference a NULL pointer")
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23415>
2023-06-07 11:41:29 +00:00
..
meson.build vulkan: write beta extensions into generator scripts. 2023-05-04 02:40:06 +00:00
wsi_common.c vulkan/wsi: Fix Windows build 2023-03-16 16:07:14 +00:00
wsi_common.h vk/util: Generate defines to help casting structs with vk_find_struct 2023-03-24 15:49:25 +00:00
wsi_common_display.c vulkan/wsi: Remove duplicate NULL check 2023-06-07 11:41:29 +00:00
wsi_common_display.h vulkan/wsi/display: Wrap wsi_display_fence in a vk_sync 2021-11-16 10:54:27 -06:00
wsi_common_drm.c vulkan/wsi: Use the newly imported dma-buf.h 2023-01-11 22:33:40 +00:00
wsi_common_drm.h vk/wsi: C++-proof wsi_common_drm.h 2023-03-24 15:49:25 +00:00
wsi_common_headless.c vulkan/wsi: add feedback loop usage to swapchain caps if supported 2023-05-17 11:16:00 +00:00
wsi_common_private.h vulkan/wsi: add a headless swapchain implementation/option 2023-03-14 14:03:31 +00:00
wsi_common_queue.h
wsi_common_wayland.c vulkan/wsi: fix double free on error condition 2023-06-02 15:12:19 -07:00
wsi_common_win32.cpp wsi/win32: Handle acquiring an image while one is already acquired 2023-05-25 20:43:32 +00:00
wsi_common_x11.c vulkan/wsi: add feedback loop usage to swapchain caps if supported 2023-05-17 11:16:00 +00:00