Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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>

authored by

Uwe Kleine-König and committed by
Linus Walleij
38575edc b4cad1bc

+1 -1
+1 -1
tools/gpio/gpio-hammer.c
··· 38 38 memset(&data.values, 0, sizeof(data.values)); 39 39 ret = gpiotools_request_linehandle(device_name, lines, nlines, 40 40 GPIOHANDLE_REQUEST_OUTPUT, &data, 41 - "gpio-hammler"); 41 + "gpio-hammer"); 42 42 if (ret < 0) 43 43 goto exit_error; 44 44 else