Re: [PATCH] dmaengine: ti: edma: remove unused edma_and function

From: Vinod Koul
Date: Fri Mar 31 2023 - 08:28:13 EST


On 20-03-23, 19:12, Tom Rix wrote:
> clang with W=1 reports
> drivers/dma/ti/edma.c:321:20: error: unused function
> 'edma_and' [-Werror,-Wunused-function]
> static inline void edma_and(struct edma_cc *ecc, int offset, unsigned and)
> ^
> This function is not used, so remove it.

Applied, thanks

--
~Vinod