Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248559
b: refs/heads/master
c: 205a44a
h: refs/heads/master
i:
  248557: 02dab88
  248555: ff2c082
  248551: 077a725
  248543: 4901e8a
v: v3
  • Loading branch information
Paul Bolle authored and Jiri Kosina committed Apr 10, 2011
1 parent b949391 commit b694692
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 1dd45aae79b821620ce45765e6210d77173fcecd
refs/heads/master: 205a44a436e2af83ce9b88144f0eacbb16f8e915
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_ring.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ int radeon_ib_pool_init(struct radeon_device *rdev)
r = radeon_bo_kmap(rdev->ib_pool.robj, &ptr);
radeon_bo_unreserve(rdev->ib_pool.robj);
if (r) {
DRM_ERROR("radeon: failed to map ib poll (%d).\n", r);
DRM_ERROR("radeon: failed to map ib pool (%d).\n", r);
return r;
}
for (i = 0; i < RADEON_IB_POOL_SIZE; i++) {
Expand Down

0 comments on commit b694692

Please sign in to comment.