dma-buf: rk_heaps: rk-dma-heap fix dump name for dmabuf

Fixes: 6cc665a643 ("dma-buf: rk_heaps: rk-cma-heap replace orig_alloc by dmabuf->name")

Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Change-Id: I5e1634a26578730d0d8af66c543de5566f6617b3
This commit is contained in:
Jianqun Xu
2022-05-19 15:42:16 +08:00
committed by Tao Huang
parent c79cf2c1a8
commit e6bce9ac74
+1 -1
View File
@@ -503,7 +503,7 @@ static int rk_dma_heap_dump_dmabuf(const struct dma_buf *dmabuf, void *data)
size = buf->end - buf->start + 1;
seq_printf(heap->s,
"\tAlloc by (%-20s)\t[%pa-%pa]\t%pa (%lu KiB)\n",
buf->orig_alloc, &buf->start,
dmabuf->name, &buf->start,
&buf->end, &size, K(size));
seq_puts(heap->s, "\t\tAttached Devices:\n");
attach_count = 0;