Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189348
b: refs/heads/master
c: 97f23b3
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie committed Mar 31, 2010
1 parent 8fe808d commit df65d34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a084e6ee6e64a76f1a9665d527203cdab7d6048f
refs/heads/master: 97f23b3d85a4d734a8584dade3a34579931c8f8d
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@ int radeon_cs_ioctl(struct drm_device *dev, void *data, struct drm_file *filp)
}
r = radeon_cs_parser_relocs(&parser);
if (r) {
DRM_ERROR("Failed to parse relocation !\n");
if (r != -ERESTARTSYS)
DRM_ERROR("Failed to parse relocation %d!\n", r);
radeon_cs_parser_fini(&parser, r);
mutex_unlock(&rdev->cs_mutex);
return r;
Expand Down

0 comments on commit df65d34

Please sign in to comment.