projects
/
profile
/
common
/
platform
/
kernel
/
linux-artik7.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d1311b
)
spi/pl022: Fix error message
author
Roland Stigge
<stigge@antcom.de>
Tue, 9 Sep 2014 13:17:50 +0000
(15:17 +0200)
committer
Mark Brown
<broonie@linaro.org>
Tue, 9 Sep 2014 15:21:51 +0000
(16:21 +0100)
This patch fixes an error message typo ("not" missing).
Signed-off-by: Roland Stigge <stigge@antcom.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-pl022.c
patch
|
blob
|
history
diff --git
a/drivers/spi/spi-pl022.c
b/drivers/spi/spi-pl022.c
index
1189cfd
..
f1f0a58
100644
(file)
--- a/
drivers/spi/spi-pl022.c
+++ b/
drivers/spi/spi-pl022.c
@@
-2136,7
+2136,7
@@
static int pl022_probe(struct amba_device *adev, const struct amba_id *id)
cs_gpio);
else if (gpio_direction_output(cs_gpio, 1))
dev_err(&adev->dev,
- "could set gpio %d as output\n",
+ "could
not
set gpio %d as output\n",
cs_gpio);
}
}