aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/bcm2835-dma.c
diff options
context:
space:
mode:
authorMartin Sperl <kernel@martin.sperl.org>2016-04-22 03:12:48 -0400
committerVinod Koul <vinod.koul@intel.com>2016-05-02 05:38:19 -0400
commit0eef727a47c5ead7d8cf3373bdd81f280303e056 (patch)
tree8b5059fbcd6f6841789ad1ad5e501b86ccd71eca /drivers/dma/bcm2835-dma.c
parent9bc0fa53692837a6128d2ecc6943e451c7f7c332 (diff)
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: Martin Sperl <kernel@martin.sperl.org> Reported-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/bcm2835-dma.c')
-rw-r--r--drivers/dma/bcm2835-dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/bcm2835-dma.c b/drivers/dma/bcm2835-dma.c
index 974015193b93..6149b27c33ad 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)
974 974
975 /* legacy device tree case handling */ 975 /* legacy device tree case handling */
976 dev_warn_once(&pdev->dev, 976 dev_warn_once(&pdev->dev,
977 "missing interrupts-names property in device tree - legacy interpretation is used"); 977 "missing interrupt-names property in device tree - legacy interpretation is used\n");
978 /* 978 /*
979 * in case of channel >= 11 979 * in case of channel >= 11
980 * use the 11th interrupt and that is shared 980 * use the 11th interrupt and that is shared