* [PATCH] gpio-hammer: fix make consumer_label suitable to work on gpio-nails
@ 2017-01-25 21:01 Uwe Kleine-König
2017-01-25 21:09 ` Uwe Kleine-König
2017-01-26 15:29 ` Linus Walleij
0 siblings, 2 replies; 3+ messages in thread
From: Uwe Kleine-König @ 2017-01-25 21:01 UTC (permalink / raw)
To: Linus Walleij; +Cc: Mason, linux-gpio, kernel
There are no gpio-nalils, so fix label accordingly.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
tools/gpio/gpio-hammer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/gpio/gpio-hammer.c b/tools/gpio/gpio-hammer.c
index f1eab587dfea..4bcb234c0fca 100644
--- 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-hammler");
+ "gpio-hammer");
if (ret < 0)
goto exit_error;
else
--
2.11.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] gpio-hammer: fix make consumer_label suitable to work on gpio-nails
2017-01-25 21:01 [PATCH] gpio-hammer: fix make consumer_label suitable to work on gpio-nails Uwe Kleine-König
@ 2017-01-25 21:09 ` Uwe Kleine-König
2017-01-26 15:29 ` Linus Walleij
1 sibling, 0 replies; 3+ messages in thread
From: Uwe Kleine-König @ 2017-01-25 21:09 UTC (permalink / raw)
To: Linus Walleij; +Cc: linux-gpio, kernel, Mason
Hello,
$Subject ~= s/fix //
Thanks
Uwe
--
Pengutronix e.K. | Uwe Kleine-König |
Industrial Linux Solutions | http://www.pengutronix.de/ |
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] gpio-hammer: fix make consumer_label suitable to work on gpio-nails
2017-01-25 21:01 [PATCH] gpio-hammer: fix make consumer_label suitable to work on gpio-nails Uwe Kleine-König
2017-01-25 21:09 ` Uwe Kleine-König
@ 2017-01-26 15:29 ` Linus Walleij
1 sibling, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2017-01-26 15:29 UTC (permalink / raw)
To: Uwe Kleine-König; +Cc: Mason, linux-gpio@vger.kernel.org, Sascha Hauer
On Wed, Jan 25, 2017 at 10:01 PM, Uwe Kleine-König
<u.kleine-koenig@pengutronix.de> wrote:
> There are no gpio-nalils, so fix label accordingly.
>
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Patch applied! :)
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-01-26 15:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-25 21:01 [PATCH] gpio-hammer: fix make consumer_label suitable to work on gpio-nails Uwe Kleine-König
2017-01-25 21:09 ` Uwe Kleine-König
2017-01-26 15:29 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).