Loading drivers/staging/android/ion/ion.c +1 −1 Original line number Diff line number Diff line Loading @@ -802,7 +802,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: %16zx : %16d : %12p", seq_printf(s, "%16.16s: %16zx : %16d : %12pK", handle->buffer->heap->name, handle->buffer->size, atomic_read(&handle->ref.refcount), Loading Loading
drivers/staging/android/ion/ion.c +1 −1 Original line number Diff line number Diff line Loading @@ -802,7 +802,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: %16zx : %16d : %12p", seq_printf(s, "%16.16s: %16zx : %16d : %12pK", handle->buffer->heap->name, handle->buffer->size, atomic_read(&handle->ref.refcount), Loading