drm/i915/debugfs: Correct format after changing type of err object 'size'
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 12 Jan 2011 12:14:13 +0000 (12:14 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 12 Jan 2011 20:24:50 +0000 (20:24 +0000)
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/i915_debugfs.c

index 19a3d58044dd7667c5498cf373cc68f9629cd0f2..3601466c55027391c355fe1c11186913394fbf2d 100644 (file)
@@ -703,7 +703,7 @@ static void print_error_buffers(struct seq_file *m,
        seq_printf(m, "%s [%d]:\n", name, count);
 
        while (count--) {
-               seq_printf(m, "  %08x %8zd %04x %04x %08x%s%s%s%s%s%s",
+               seq_printf(m, "  %08x %8u %04x %04x %08x%s%s%s%s%s%s",
                           err->gtt_offset,
                           err->size,
                           err->read_domains,
This page took 0.029954 seconds and 5 git commands to generate.