Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 64aa3bd3 authored by Jan Kundrát's avatar Jan Kundrát Committed by Mark Brown
Browse files

spi: orion: Make the error message greppable



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

Signed-off-by: default avatarJan Kundrát <jan.kundrat@cesnet.cz>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 54424862
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
			}
		}