diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-03-21 05:00:31 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-03-21 05:00:30 -0700 |
| commit | 378e65ea2bb157db8b72a6cd63ca5d7b1599e519 (patch) | |
| tree | f3b0967bbdc4514afa376ce3e62f596ffa8a8857 | |
| parent | b17f241668bcaa7a99ba6642498801984109582c (diff) | |
| parent | 8eac2dd9db2470e30512a6520312cc4f9274eb04 (diff) | |
Merge "ion: blacklist %p kptr_restrict"
| -rw-r--r-- | drivers/staging/android/ion/ion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/android/ion/ion.c b/drivers/staging/android/ion/ion.c index 81bda878a7ec..b7fe42582e89 100644 --- a/drivers/staging/android/ion/ion.c +++ b/drivers/staging/android/ion/ion.c @@ -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), |
