From: Gwenole Beauchesne Date: Wed, 9 Sep 2009 11:09:59 +0000 (+0000) Subject: Drop assert() in isDRI1Connected(). X-Git-Tag: 20091130_Alpha4~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F77%2F477%2F1;p=profile%2Fivi%2Flibva.git Drop assert() in isDRI1Connected(). --- diff --git a/src/x11/dri1_util.c b/src/x11/dri1_util.c index b3db5b4..3e67e2a 100644 --- a/src/x11/dri1_util.c +++ b/src/x11/dri1_util.c @@ -107,7 +107,6 @@ isDRI1Connected(VADriverContextP ctx, char **driver_name) dri_state->fd = drmOpenOnce(NULL, BusID, &newlyopened); XFree(BusID); - assert(dri_state->fd >= 0); if (dri_state->fd < 0) goto err_out1;