Re: [PATCH] dmaengine: use for_each_set_bit

2012-10-28 Thread Vinod Koul
On Fri, 2012-10-26 at 23:35 +0900, Akinobu Mita wrote: > Use for_each_set_bit() to implement for_each_dma_cap_mask() and > remove unused first_dma_cap() and next_dma_cap(). Applied thanks -- Vinod Koul Intel Corp. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

[PATCH] dmaengine: use for_each_set_bit

2012-10-26 Thread Akinobu Mita
Use for_each_set_bit() to implement for_each_dma_cap_mask() and remove unused first_dma_cap() and next_dma_cap(). Signed-off-by: Akinobu Mita Cc: Vinod Koul Cc: Dan Williams --- include/linux/dmaengine.h | 18 +- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/inc