提交 0eef727a 编写于 作者: M Martin Sperl 提交者: Vinod Koul

dmaengine: bcm2835: fix typo/added newline in legacy-mode warning message

Fix typo in warning message that there is no "interrupt-names"
property defined in the device-tree and legacy-mode is used.

Also added newline to end of message.
Signed-off-by: NMartin Sperl <kernel@martin.sperl.org>
Reported-by: NGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: NVinod Koul <vinod.koul@intel.com>
上级 9bc0fa53
......@@ -974,7 +974,7 @@ static int bcm2835_dma_probe(struct platform_device *pdev)
/* legacy device tree case handling */
dev_warn_once(&pdev->dev,
"missing interrupts-names property in device tree - legacy interpretation is used");
"missing interrupt-names property in device tree - legacy interpretation is used\n");
/*
* in case of channel >= 11
* use the 11th interrupt and that is shared
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册