Browse Source

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 <jan.kundrat@cesnet.cz>
Signed-off-by: Mark Brown <broonie@kernel.org>
Jan Kundrát 7 years ago
parent
commit
64aa3bd32c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      drivers/spi/spi-orion.c

+ 2 - 2
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;
 			}
 		}