From: Uwe Kleine-König Date: Wed, 25 Jan 2017 21:01:44 +0000 (+0100) Subject: gpio-hammer: fix make consumer_label suitable to work on gpio-nails X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=38575edcabb4012cb79d02ba9e133cb31aad5137;p=linux.git 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 Signed-off-by: Linus Walleij --- diff --git a/tools/gpio/gpio-hammer.c b/tools/gpio/gpio-hammer.c index f1eab587dfeac..4bcb234c0fcab 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