Re: [PATCH v2 1/2] dma-buf: heaps: Parameterize heap name in __add_cma_heap()

2025-04-22 Thread John Stultz
On Tue, Apr 22, 2025 at 12:19 PM Jared Kangas wrote: > > Prepare for the introduction of a fixed-name CMA heap by replacing the > unused void pointer parameter in __add_cma_heap() with the heap name. > > Signed-off-by: Jared Kangas Thanks so much for taking this effort on. Looks good to me! Ack

[PATCH v2 1/2] dma-buf: heaps: Parameterize heap name in __add_cma_heap()

2025-04-22 Thread Jared Kangas
Prepare for the introduction of a fixed-name CMA heap by replacing the unused void pointer parameter in __add_cma_heap() with the heap name. Signed-off-by: Jared Kangas --- drivers/dma-buf/heaps/cma_heap.c | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/dr