* [PATCH] dmaengine: bcm2835: fix typo in legacy-mode warning message
@ 2016-04-21 9:24 kernel at martin.sperl.org
2016-04-21 15:20 ` Stefan Wahren
0 siblings, 1 reply; 2+ messages in thread
From: kernel at martin.sperl.org @ 2016-04-21 9:24 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.
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..d724393 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");
/*
* 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] dmaengine: bcm2835: fix typo in legacy-mode warning message
2016-04-21 9:24 [PATCH] dmaengine: bcm2835: fix typo in legacy-mode warning message kernel at martin.sperl.org
@ 2016-04-21 15:20 ` Stefan Wahren
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Wahren @ 2016-04-21 15:20 UTC (permalink / raw)
To: linux-arm-kernel
Hi Martin,
Am 21.04.2016 um 11:24 schrieb kernel at martin.sperl.org:
> 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.
>
> 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..d724393 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");
does it also misses a newline at the end?
> /*
> * in case of channel >= 11
> * use the 11th interrupt and that is shared
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-04-21 15:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-21 9:24 [PATCH] dmaengine: bcm2835: fix typo in legacy-mode warning message kernel at martin.sperl.org
2016-04-21 15:20 ` Stefan Wahren
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).