From: Jan Kundrát Date: Thu, 15 Feb 2018 14:15:07 +0000 (+0100) Subject: spi: orion: Make the error message greppable X-Git-Tag: v4.17-rc1~156^2~1^4~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=64aa3bd32c2679ed51401cb32fe6b387a1e6b51b;p=thirdparty%2Flinux.git spi: orion: Make the error message greppable 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 --- diff --git a/drivers/spi/spi-orion.c b/drivers/spi/spi-orion.c index b341235d29479..ca52300baeb1b 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; } }