gpu: ion: Print debug information in hex
For consistency sake, print out debug information in hex. Change-Id: Iccf27eca1b994bff547c812387ed756a07e9cd7b Signed-off-by: Laura Abbott <lauraa@codeaurora.org>
This commit is contained in:
committed by
Stephen Boyd
parent
0552ef6bd3
commit
e9bda2ef0e
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user