1
0
Fork 0

dmaengine: stm32-dma: fix up error dev_err message

Trivial fix to spelling mistake and make channel plural.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
hifive-unleashed-5.1
Colin Ian King 2017-02-21 18:30:45 +00:00 committed by Vinod Koul
parent c1ae3cfa0e
commit 041cf7e064
1 changed files with 1 additions and 1 deletions

View File

@ -1008,7 +1008,7 @@ static struct dma_chan *stm32_dma_of_xlate(struct of_phandle_args *dma_spec,
c = dma_get_slave_channel(&chan->vchan.chan);
if (!c) {
dev_err(dev, "No more channel avalaible\n");
dev_err(dev, "No more channels available\n");
return NULL;
}