From: Lukas Wunner Date: Wed, 23 Jan 2019 08:26:00 +0000 (+0100) Subject: dmaengine: bcm2835: Drop outdated comment on supported transactions X-Git-Tag: v5.1-rc1~32^2~9^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=37c22cabf225e89de3e98a6ed02a6c55fcb53fde;p=linux-block.git dmaengine: bcm2835: Drop outdated comment on supported transactions Remove an outdated comment claiming the driver only supports cyclic transactions. The driver has been supporting other transaction types for more than two years. Signed-off-by: Lukas Wunner Cc: Frank Pavlic Cc: Martin Sperl Cc: Florian Meier Tested-by: Stefan Wahren Acked-by: Florian Kauer Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/bcm2835-dma.c b/drivers/dma/bcm2835-dma.c index 138bda32b266..ceae46858419 100644 --- a/drivers/dma/bcm2835-dma.c +++ b/drivers/dma/bcm2835-dma.c @@ -2,9 +2,6 @@ /* * BCM2835 DMA engine support * - * This driver only supports cyclic DMA transfers - * as needed for the I2S module. - * * Author: Florian Meier * Copyright 2013 *