mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-20 03:04:01 +08:00
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: Brian Niebuhr <bniebuhr@efjohnson.com> Tested-By: Michael Williamson <michael.williamson@criticallink.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
This commit is contained in:
parent
0a5b871ea4
commit
3b740b10e9
@ -1184,7 +1184,7 @@ static int davinci_spi_probe(struct platform_device *pdev)
|
||||
if (ret)
|
||||
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)
|
||||
dev_info(&pdev->dev, "Operating in interrupt mode"
|
||||
|
Loading…
Reference in New Issue
Block a user