Commit 64aa3bd3 authored by Jan Kundrát's avatar Jan Kundrát Committed by Mark Brown

spi: orion: Make the error message greppable

Commit 54424862 introduced a new user-visible string which was
however split into two chunks. Thanks to Mark Brown for noticing.
Signed-off-by: default avatarJan Kundrát <jan.kundrat@cesnet.cz>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 54424862
...@@ -762,8 +762,8 @@ static int orion_spi_probe(struct platform_device *pdev) ...@@ -762,8 +762,8 @@ static int orion_spi_probe(struct platform_device *pdev)
} }
if (spi->unused_hw_gpio == -1) { if (spi->unused_hw_gpio == -1) {
dev_info(&pdev->dev, dev_info(&pdev->dev,
"Selected unused HW CS#%d " "Selected unused HW CS#%d for any GPIO CSes\n",
"for any GPIO CSes\n", i); i);
spi->unused_hw_gpio = i; spi->unused_hw_gpio = i;
} }
} }
......
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