turnip: Remove abort.

This commit is contained in:
Bas Nieuwenhuizen 2018-08-09 11:14:33 +02:00 committed by Chia-I Wu
parent 13ff7ffbcb
commit bcd15ab34e

View file

@ -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();
}
}