From: Bas Nieuwenhuizen Date: Thu, 9 Aug 2018 09:14:33 +0000 (+0200) Subject: turnip: Remove abort. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bcd15ab34e57b322f992c1b5292cfaefdb750cec;p=mesa.git turnip: Remove abort. --- diff --git a/src/freedreno/vulkan/tu_device.c b/src/freedreno/vulkan/tu_device.c index 9e47c19c61c..5e825634b65 100644 --- a/src/freedreno/vulkan/tu_device.c +++ b/src/freedreno/vulkan/tu_device.c @@ -125,7 +125,6 @@ tu_physical_device_init(struct tu_physical_device *device, master_fd = open(drm_device->nodes[DRM_NODE_PRIMARY], O_RDWR | O_CLOEXEC); if (master_fd >= 0) { /* TODO: free master_fd is accel is not working? */ - abort(); } }