Re: [PATCH -next] dma-buf: heaps: Remove unused variable ret

2020-09-22 Thread Sumit Semwal
Hello Zou, On Tue, 22 Sep 2020 at 18:12, Christian König wrote: > > Am 22.09.20 um 09:53 schrieb Zou Wei: > > This patch fixes below warnings reported by coccicheck > > > > ./drivers/dma-buf/heaps/heap-helpers.c:202:5-8: Unneeded variable: "ret". > > Return "0" on line 215 > > > >

Re: [PATCH -next] dma-buf: heaps: Remove unused variable ret

2020-09-22 Thread Christian König
Am 22.09.20 um 09:53 schrieb Zou Wei: This patch fixes below warnings reported by coccicheck ./drivers/dma-buf/heaps/heap-helpers.c:202:5-8: Unneeded variable: "ret". Return "0" on line 215 Signed-off-by: Zou Wei Acked-by: Christian König Going to pick this up for drm-misc-next. ---

[PATCH -next] dma-buf: heaps: Remove unused variable ret

2020-09-22 Thread Zou Wei
This patch fixes below warnings reported by coccicheck ./drivers/dma-buf/heaps/heap-helpers.c:202:5-8: Unneeded variable: "ret". Return "0" on line 215 Signed-off-by: Zou Wei --- drivers/dma-buf/heaps/heap-helpers.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git