drm/bo: set the req pointer for each buffer to validate

main
Dave Airlie 2007-07-26 15:26:36 +10:00
parent e2d00715cc
commit 4175dd8181
1 changed files with 1 additions and 1 deletions

View File

@ -1729,7 +1729,7 @@ int drm_bo_op_ioctl(struct drm_device *dev, void *data, struct drm_file *file_pr
next = arg->next;
continue;
}
req = &arg->d.req;
ret = 0;
switch (req->op) {
case drm_bo_validate: