summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hellstrom <thellstrom@vmware.com>2009-07-23 14:04:44 +0200
committerThomas Hellstrom <thellstrom@vmware.com>2009-07-23 14:04:44 +0200
commit3b15ff43d96dd3042669fe7448774cf986684ee3 (patch)
tree07b40b3312c584152e050e1ff1dc2b47a20a7e21
parent2ab17faf2725f866d29c27e097158d9cf545c1af (diff)
openchrome: Remove invalid assert.
-rw-r--r--src/mesa/drivers/dri/openchrome/via_ioctl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/openchrome/via_ioctl.h b/src/mesa/drivers/dri/openchrome/via_ioctl.h
index 0503faba3e..5f8f9ac17a 100644
--- a/src/mesa/drivers/dri/openchrome/via_ioctl.h
+++ b/src/mesa/drivers/dri/openchrome/via_ioctl.h
@@ -58,7 +58,6 @@ extern struct _WsbmVNodeFuncs *viaVNodeFuncs(void);
static inline struct drm_via_validate_req *
viaValReq(struct _ValidateNode *node)
{
- assert(node->driver_private == 0);
return &(containerOf(node, struct _ViaDrmValidateNode, base)->
val_arg.d.req);
}