turnip: Remove abort.
This commit is contained in:
committed by
Chia-I Wu
parent
13ff7ffbcb
commit
bcd15ab34e
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user