diff --git a/drivers/gpu/ion/ion.c b/drivers/gpu/ion/ion.c index 17311c08e2e..c45618ed524 100644 --- a/drivers/gpu/ion/ion.c +++ b/drivers/gpu/ion/ion.c @@ -593,7 +593,7 @@ static int ion_debug_client_show(struct seq_file *s, void *unused) struct ion_handle *handle = rb_entry(n, struct ion_handle, node); - seq_printf(s, "%16.16s: %16u : %16d : %16p\n", + seq_printf(s, "%16.16s: %16x : %16d : %16p\n", handle->buffer->heap->name, handle->buffer->size, atomic_read(&handle->ref.refcount),