Commit 3b740b10 authored by Brian Niebuhr's avatar Brian Niebuhr Committed by Sekhar Nori

spi: davinci: fix checkpatch errors

Fix the following checkpatch error:

WARNING: unnecessary whitespace before a quoted newline
+       dev_info(&pdev->dev, "Controller at 0x%p \n", davinci_spi->base);
Signed-off-by: default avatarBrian Niebuhr <bniebuhr@efjohnson.com>
Tested-By: default avatarMichael Williamson <michael.williamson@criticallink.com>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent 0a5b871e
...@@ -1184,7 +1184,7 @@ static int davinci_spi_probe(struct platform_device *pdev) ...@@ -1184,7 +1184,7 @@ static int davinci_spi_probe(struct platform_device *pdev)
if (ret) if (ret)
goto free_clk; goto free_clk;
dev_info(&pdev->dev, "Controller at 0x%p \n", davinci_spi->base); dev_info(&pdev->dev, "Controller at 0x%p\n", davinci_spi->base);
if (!pdata->poll_mode) if (!pdata->poll_mode)
dev_info(&pdev->dev, "Operating in interrupt mode" dev_info(&pdev->dev, "Operating in interrupt mode"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment