Commit 38575edc authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Linus Walleij

gpio-hammer: fix make consumer_label suitable to work on gpio-nails

There are no gpio-nalils, so fix label accordingly.
Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent b4cad1bc
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment