]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
spi: orion: Make the error message greppable
authorJan Kundrát <jan.kundrat@cesnet.cz>
Thu, 15 Feb 2018 14:15:07 +0000 (15:15 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 15 Feb 2018 15:19:38 +0000 (15:19 +0000)
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 <jan.kundrat@cesnet.cz>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-orion.c

index b341235d29479919aa1d130fd49ec5ce7ed56ae4..ca52300baeb1b3c1066f118782e732904973744c 100644 (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;
                        }
                }