From e9bda2ef0ec8eddf2000be7f19047a43b8569a36 Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Mon, 31 Oct 2011 14:18:13 -0700 Subject: [PATCH] gpu: ion: Print debug information in hex For consistency sake, print out debug information in hex. Change-Id: Iccf27eca1b994bff547c812387ed756a07e9cd7b Signed-off-by: Laura Abbott --- drivers/gpu/ion/ion.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),