diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/dma/dw/core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dma/dw/core.c b/drivers/dma/dw/core.c index 13ac3f240e79..1b4509712847 100644 --- a/drivers/dma/dw/core.c +++ b/drivers/dma/dw/core.c | |||
@@ -33,8 +33,8 @@ | |||
33 | * of which use ARM any more). See the "Databook" from Synopsys for | 33 | * of which use ARM any more). See the "Databook" from Synopsys for |
34 | * information beyond what licensees probably provide. | 34 | * information beyond what licensees probably provide. |
35 | * | 35 | * |
36 | * The driver has currently been tested only with the Atmel AT32AP7000, | 36 | * The driver has been tested with the Atmel AT32AP7000, which does not |
37 | * which does not support descriptor writeback. | 37 | * support descriptor writeback. |
38 | */ | 38 | */ |
39 | 39 | ||
40 | static inline bool is_request_line_unset(struct dw_dma_chan *dwc) | 40 | static inline bool is_request_line_unset(struct dw_dma_chan *dwc) |