openchrome: s/1/true/

This commit is contained in:
Thomas Hellstrom 2009-02-03 22:14:46 +01:00
parent aa5612d308
commit 6a16de23d9

View file

@ -931,7 +931,7 @@ int via_execbuffer(struct drm_device *dev, void *data,
* Used to block command submission on vt switches.
*/
ret = ttm_read_lock(&dev_priv->ttm_lock, 1);
ret = ttm_read_lock(&dev_priv->ttm_lock, true);
if (unlikely(ret != 0))
goto out_err_ctx1;