diff options
author | Martin Sperl <kernel@martin.sperl.org> | 2016-04-22 07:12:48 +0000 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2016-05-02 15:08:19 +0530 |
commit | 0eef727a47c5ead7d8cf3373bdd81f280303e056 (patch) | |
tree | 8b5059fbcd6f6841789ad1ad5e501b86ccd71eca /drivers/dma | |
parent | 9bc0fa53692837a6128d2ecc6943e451c7f7c332 (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')
-rw-r--r-- | drivers/dma/bcm2835-dma.c | 2 |
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) /* 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 |