spi: orion: Make the error message greppable

Commit 544248623b introduced a new user-visible string which was
however split into two chunks. Thanks to Mark Brown for noticing.

Signed-off-by: Jan Kundrát <jan.kundrat@cesnet.cz>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Jan Kundrát 2018-02-15 15:15:07 +01:00 committed by Mark Brown
parent 544248623b
commit 64aa3bd32c
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View File

@ -762,8 +762,8 @@ static int orion_spi_probe(struct platform_device *pdev)
}
if (spi->unused_hw_gpio == -1) {
dev_info(&pdev->dev,
"Selected unused HW CS#%d "
"for any GPIO CSes\n", i);
"Selected unused HW CS#%d for any GPIO CSes\n",
i);
spi->unused_hw_gpio = i;
}
}