mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 16:07:39 +00:00
drm/i915/debugfs: Correct format after changing type of err object 'size'
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
f878133bf0
commit
833bcb00c4
1 changed files with 1 additions and 1 deletions
|
@ -703,7 +703,7 @@ static void print_error_buffers(struct seq_file *m,
|
||||||
seq_printf(m, "%s [%d]:\n", name, count);
|
seq_printf(m, "%s [%d]:\n", name, count);
|
||||||
|
|
||||||
while (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->gtt_offset,
|
||||||
err->size,
|
err->size,
|
||||||
err->read_domains,
|
err->read_domains,
|
||||||
|
|
Loading…
Reference in a new issue