提交 041cf7e0 编写于 作者: C Colin Ian King 提交者: Vinod Koul

dmaengine: stm32-dma: fix up error dev_err message

Trivial fix to spelling mistake and make channel plural.
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NVinod Koul <vinod.koul@intel.com>
上级 c1ae3cfa
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册