Re: [PATCH] dma-buf: Fix a warning message in dma_heap_buffer_destroy()

2019-10-30 Thread John Stultz
On Tue, Oct 29, 2019 at 11:31 AM Dan Carpenter wrote: > > The first argument of WARN() is a condition so this will just print the > function name instead of the whole warning message. > > Fixes: 7b87ea704fd9 ("dma-buf: heaps: Add heap helpers") > Signed-off-by: Dan Carpenter > --- > drivers/dma-

[PATCH] dma-buf: Fix a warning message in dma_heap_buffer_destroy()

2019-10-29 Thread Dan Carpenter
The first argument of WARN() is a condition so this will just print the function name instead of the whole warning message. Fixes: 7b87ea704fd9 ("dma-buf: heaps: Add heap helpers") Signed-off-by: Dan Carpenter --- drivers/dma-buf/heaps/heap-helpers.c | 2 +- 1 file changed, 1 insertion(+), 1 del