From 64aa3bd32c2679ed51401cb32fe6b387a1e6b51b Mon Sep 17 00:00:00 2001 From: Jan Kundrát Date: Thu, 15 Feb 2018 15:15:07 +0100 Subject: spi: orion: Make the error message greppable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit 544248623b95 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 Signed-off-by: Mark Brown --- drivers/spi/spi-orion.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/spi') diff --git a/drivers/spi/spi-orion.c b/drivers/spi/spi-orion.c index b341235d2947..ca52300baeb1 100644 --- a/drivers/spi/spi-orion.c +++ b/drivers/spi/spi-orion.c @@ -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; } } -- cgit v1.2.3-59-g8ed1b