projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4cad1b
)
gpio-hammer: fix make consumer_label suitable to work on gpio-nails
author
Uwe Kleine-König
<u.kleine-koenig@pengutronix.de>
Wed, 25 Jan 2017 21:01:44 +0000
(22:01 +0100)
committer
Linus Walleij
<linus.walleij@linaro.org>
Thu, 26 Jan 2017 15:29:09 +0000
(16:29 +0100)
There are no gpio-nalils, so fix label accordingly.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
tools/gpio/gpio-hammer.c
patch
|
blob
|
history
diff --git
a/tools/gpio/gpio-hammer.c
b/tools/gpio/gpio-hammer.c
index f1eab587dfeacc5f0924591b66c82e33bc6ae472..4bcb234c0fcab7dafa2f0716dee3b044b66b6fd7 100644
(file)
--- a/
tools/gpio/gpio-hammer.c
+++ b/
tools/gpio/gpio-hammer.c
@@
-38,7
+38,7
@@
int hammer_device(const char *device_name, unsigned int *lines, int nlines,
memset(&data.values, 0, sizeof(data.values));
ret = gpiotools_request_linehandle(device_name, lines, nlines,
GPIOHANDLE_REQUEST_OUTPUT, &data,
- "gpio-hamm
l
er");
+ "gpio-hammer");
if (ret < 0)
goto exit_error;
else