Re: [PATCH v3 1/2] dma-buf: heaps: system: Remove global variable

2025-04-08 Thread Mattijs Korpershoek
Hi Maxime, Thank you for the patch. On lun., avril 07, 2025 at 18:29, Maxime Ripard wrote: > The system heap is storing its struct dma_heap pointer in a global > variable but isn't using it anywhere. > > Let's move the global variable into system_heap_create() to make it > local. > > Signed-off

Re: [PATCH v3 1/2] dma-buf: heaps: system: Remove global variable

2025-04-07 Thread Christian König
Am 07.04.25 um 18:29 schrieb Maxime Ripard: > The system heap is storing its struct dma_heap pointer in a global > variable but isn't using it anywhere. > > Let's move the global variable into system_heap_create() to make it > local. > > Signed-off-by: Maxime Ripard Reviewed-by: Christian König