Re: [PATCH] dmaengine: qcom: remove unneeded semicolon

2021-02-03 Thread Vinod Koul
On 02-02-21, 14:46, Yang Li wrote: > Eliminate the following coccicheck warning: > ./drivers/dma/qcom/gpi.c:1703:2-3: Unneeded semicolon This was already fixed with commit 9ee8f3d968ae3dd838c379da7c9bfd335dbdcd95 -- ~Vinod

[PATCH] dmaengine: qcom: remove unneeded semicolon

2021-02-01 Thread Yang Li
Eliminate the following coccicheck warning: ./drivers/dma/qcom/gpi.c:1703:2-3: Unneeded semicolon Reported-by: Abaci Robot Signed-off-by: Yang Li --- drivers/dma/qcom/gpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/qcom/gpi.c b/drivers/dma/qcom/gpi.c index