Merge "ion: blacklist %p kptr_restrict"

This commit is contained in:
Linux Build Service Account 2017-03-21 05:00:31 -07:00 committed by Gerrit - the friendly Code Review server
commit 378e65ea2b

View file

@ -807,7 +807,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),