Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334400
b: refs/heads/master
c: 8ad33cd
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Friebel authored and Alex Deucher committed Oct 15, 2012
1 parent 81eba23 commit 53cea0b
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: 082918471139b07964967cfe5f70230909c82ae1
refs/heads/master: 8ad33cdf97639e2a1601b6dd8629d351c1c50198
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 @@ -305,7 +305,7 @@ void radeon_ring_write(struct radeon_ring *ring, uint32_t v)
{
#if DRM_DEBUG_CODE
if (ring->count_dw <= 0) {
DRM_ERROR("radeon: writting more dword to ring than expected !\n");
DRM_ERROR("radeon: writing more dwords to the ring than expected!\n");
}
#endif
ring->ring[ring->wptr++] = v;
Expand Down

0 comments on commit 53cea0b

Please sign in to comment.