* [PATCH V2] dmaengine: bcm2835: fix typo/added newline in legacy-mode warning message
@ 2016-04-22 7:12 kernel at martin.sperl.org
2016-05-02 9:39 ` Vinod Koul
0 siblings, 1 reply; 2+ messages in thread
From: kernel at martin.sperl.org @ 2016-04-22 7:12 UTC (permalink / raw)
To: linux-arm-kernel
From: Martin Sperl <kernel@martin.sperl.org>
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: Martin Sperl <kernel@martin.sperl.org>
Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
drivers/dma/bcm2835-dma.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/dma/bcm2835-dma.c b/drivers/dma/bcm2835-dma.c
index 9740151..6149b27 100644
--- a/drivers/dma/bcm2835-dma.c
+++ b/drivers/dma/bcm2835-dma.c
@@ -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
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH V2] dmaengine: bcm2835: fix typo/added newline in legacy-mode warning message
2016-04-22 7:12 [PATCH V2] dmaengine: bcm2835: fix typo/added newline in legacy-mode warning message kernel at martin.sperl.org
@ 2016-05-02 9:39 ` Vinod Koul
0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2016-05-02 9:39 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Apr 22, 2016 at 07:12:48AM +0000, kernel at martin.sperl.org wrote:
> From: Martin Sperl <kernel@martin.sperl.org>
>
> 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.
Applied, thanks
--
~Vinod
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-05-02 9:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-22 7:12 [PATCH V2] dmaengine: bcm2835: fix typo/added newline in legacy-mode warning message kernel at martin.sperl.org
2016-05-02 9:39 ` Vinod Koul
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).