Re: [PATCH 2/2] dma-buf: heaps: Remove redundant heap identifier from system heap name

2019-12-16 Thread John Stultz
On Mon, Dec 16, 2019 at 5:34 AM Andrew F. Davis wrote: > > The heaps are already in a directory of heaps, adding _heap to a heap > name is redundant. This patch is only a name change, no logic is changed. > > Signed-off-by: Andrew F. Davis Again, do wish we had caught/made this tweak earlier,

[PATCH 2/2] dma-buf: heaps: Remove redundant heap identifier from system heap name

2019-12-16 Thread Andrew F. Davis
The heaps are already in a directory of heaps, adding _heap to a heap name is redundant. This patch is only a name change, no logic is changed. Signed-off-by: Andrew F. Davis --- drivers/dma-buf/heaps/system_heap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git