Commit 599673fb authored by Gwenole Beauchesne's avatar Gwenole Beauchesne Committed by Austin Yuan

Drop assert() in isDRI1Connected().

parent 5e40eae6
...@@ -107,7 +107,6 @@ isDRI1Connected(VADriverContextP ctx, char **driver_name) ...@@ -107,7 +107,6 @@ isDRI1Connected(VADriverContextP ctx, char **driver_name)
dri_state->fd = drmOpenOnce(NULL, BusID, &newlyopened); dri_state->fd = drmOpenOnce(NULL, BusID, &newlyopened);
XFree(BusID); XFree(BusID);
assert(dri_state->fd >= 0);
if (dri_state->fd < 0) if (dri_state->fd < 0)
goto err_out1; goto err_out1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment