projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5442486
)
spi: orion: Make the error message greppable
author
Jan Kundrát
<jan.kundrat@cesnet.cz>
Thu, 15 Feb 2018 14:15:07 +0000
(15:15 +0100)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/drivers/spi/spi-orion.c
b/drivers/spi/spi-orion.c
index b341235d29479919aa1d130fd49ec5ce7ed56ae4..ca52300baeb1b3c1066f118782e732904973744c 100644
(file)
--- 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;
}
}