Re: [PATCH] dmaengine: ioatdma: remove unused function missed during dma_v2 removal

2020-11-16 Thread Vinod Koul
On 13-11-20, 09:12, Lukas Bulwahn wrote: > Commit 7f832645d0e5 ("dmaengine: ioatdma: remove ioatdma v2 registration") > missed to remove dca2_tag_map_valid() during its removal. Hence, since > then, dca2_tag_map_valid() is unused and make CC=clang W=1 warns: > > drivers/dma/ioat/dca.c:44:19: >

Re: [PATCH] dmaengine: ioatdma: remove unused function missed during dma_v2 removal

2020-11-13 Thread Nathan Chancellor
On Fri, Nov 13, 2020 at 09:12:48AM +0100, Lukas Bulwahn wrote: > Commit 7f832645d0e5 ("dmaengine: ioatdma: remove ioatdma v2 registration") > missed to remove dca2_tag_map_valid() during its removal. Hence, since > then, dca2_tag_map_valid() is unused and make CC=clang W=1 warns: > >

[PATCH] dmaengine: ioatdma: remove unused function missed during dma_v2 removal

2020-11-13 Thread Lukas Bulwahn
Commit 7f832645d0e5 ("dmaengine: ioatdma: remove ioatdma v2 registration") missed to remove dca2_tag_map_valid() during its removal. Hence, since then, dca2_tag_map_valid() is unused and make CC=clang W=1 warns: drivers/dma/ioat/dca.c:44:19: warning: unused function 'dca2_tag_map_valid'