Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357885
b: refs/heads/master
c: 43a7b92
h: refs/heads/master
i:
  357883: 9de1f58
v: v3
  • Loading branch information
Mika Kuoppala authored and Daniel Vetter committed Dec 5, 2012
1 parent 7fcab7e commit aef8fa3
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: 40633219a0ff4953601c7b2326f8faabc0171fd9
refs/heads/master: 43a7b924a920729ff775e6a847f671d0ea456801
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 @@ -389,7 +389,7 @@ static void i915_ring_seqno_info(struct seq_file *m,
struct intel_ring_buffer *ring)
{
if (ring->get_seqno) {
seq_printf(m, "Current sequence (%s): %d\n",
seq_printf(m, "Current sequence (%s): %u\n",
ring->name, ring->get_seqno(ring, false));
}
}
Expand Down

0 comments on commit aef8fa3

Please sign in to comment.