Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307057
b: refs/heads/master
c: ec34a01
h: refs/heads/master
i:
  307055: 8e99811
v: v3
  • Loading branch information
Ben Widawsky authored and Daniel Vetter committed Apr 9, 2012
1 parent be44980 commit dde17fc
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: 618563e3945b9d0864154bab3c607865b557cecc
refs/heads/master: ec34a01de31128e5c08e5f05c47f4a787f45a33c
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/i915_debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ static void i915_ring_error_state(struct seq_file *m,
struct drm_i915_error_state *error,
unsigned ring)
{
BUG_ON(ring > VCS); /* shut up confused gcc */
BUG_ON(ring >= I915_NUM_RINGS); /* shut up confused gcc */
seq_printf(m, "%s command stream:\n", ring_str(ring));
seq_printf(m, " HEAD: 0x%08x\n", error->head[ring]);
seq_printf(m, " TAIL: 0x%08x\n", error->tail[ring]);
Expand Down

0 comments on commit dde17fc

Please sign in to comment.