commit | ca37077fb78b69a00500827f1db12b70affa1514 | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jbarnes@virtuousgeek.org> | Wed Jan 07 10:48:26 2009 -0800 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Wed Jan 07 10:48:26 2009 -0800 |
tree | 617e969a660389f1f7a4b502a9c948e88d28b215 | |
parent | f4f76a6894b40abd77f0ffbf52972127608b9bca [diff] |
libdrm: only check for vblank timeout if we caught EINTR Michel caught a case where we might overwrite a success or other return value with EBUSY, so check the return value before checking for the timeout condition.