提交 38575edc 编写于 作者: U Uwe Kleine-König 提交者: 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: NUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册