mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 08:56:23 +07:00
dmaengine: at_hdmac/trivial: correct typo in comment
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
This commit is contained in:
parent
5c6b3e7725
commit
ea7e79063e
@ -1120,7 +1120,7 @@ static int atc_alloc_chan_resources(struct dma_chan *chan)
|
||||
*/
|
||||
BUG_ON(!atslave->dma_dev || atslave->dma_dev != atdma->dma_common.dev);
|
||||
|
||||
/* if cfg configuration specified take it instad of default */
|
||||
/* if cfg configuration specified take it instead of default */
|
||||
if (atslave->cfg)
|
||||
cfg = atslave->cfg;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user