projects
/
deliverable
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46824e2
)
GPIO: gpiolib: trivial: Add missing carriage return
author
Alexander Shiyan
<shc_work@mail.ru>
Fri, 19 Sep 2014 07:39:25 +0000
(11:39 +0400)
committer
Linus Walleij
<linus.walleij@linaro.org>
Tue, 23 Sep 2014 15:51:40 +0000
(17:51 +0200)
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpiolib.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpio/gpiolib.c
b/drivers/gpio/gpiolib.c
index bf1bb795f10098b915a12c93f24fc1c12d39ff7e..4acf8b2e92263f4e148f4df77ebec54a31fadb49 100644
(file)
--- a/
drivers/gpio/gpiolib.c
+++ b/
drivers/gpio/gpiolib.c
@@
-1652,7
+1652,7
@@
struct gpio_desc *__must_check __gpiod_get_index(struct device *dev,
* a result. In that case, use platform lookup as a fallback.
*/
if (!desc || desc == ERR_PTR(-ENOENT)) {
- dev_dbg(dev, "using lookup tables for GPIO lookup");
+ dev_dbg(dev, "using lookup tables for GPIO lookup
\n
");
desc = gpiod_find(dev, con_id, idx, &lookupflags);
}
This page took
0.025961 seconds
and
5
git commands to generate.