Re: [PATCH] rsxx: remove redundant NULL check

2021-01-26 Thread Jens Axboe
On 1/21/21 2:43 AM, Yang Li wrote: > Fix below warnings reported by coccicheck: > ./drivers/block/rsxx/dma.c:948:3-8: WARNING: NULL check > before some freeing functions is not needed. Applied, thanks. -- Jens Axboe

[PATCH] rsxx: remove redundant NULL check

2021-01-21 Thread Yang Li
Fix below warnings reported by coccicheck: ./drivers/block/rsxx/dma.c:948:3-8: WARNING: NULL check before some freeing functions is not needed. Reported-by: Abaci Robot Signed-off-by: Yang Li --- drivers/block/rsxx/dma.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git