diff for duplicates of <20170112181742.GA7475@dtor-ws> diff --git a/a/1.txt b/N1/1.txt index 508b05e..e49af94 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -87,7 +87,7 @@ Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> > + GPIOD_IN, desc); > if (IS_ERR(bdata->gpiod)) { > error = PTR_ERR(bdata->gpiod); -> if (error = -ENOENT) { +> if (error == -ENOENT) { > diff --git a/drivers/input/keyboard/gpio_keys_polled.c b/drivers/input/keyboard/gpio_keys_polled.c > index fd7ab4d..5e35c56 100644 > --- a/drivers/input/keyboard/gpio_keys_polled.c diff --git a/a/content_digest b/N1/content_digest index cd69235..7f2ca36 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020170112163924.4414-1-alexander.stein@systec-electronic.com\0" "From\0Dmitry Torokhov <dmitry.torokhov@gmail.com>\0" "Subject\0Re: [PATCH v2 1/1] of: Pass GPIO label down to gpiod_request when using get_gpiod_from_child\0" - "Date\0Thu, 12 Jan 2017 18:17:42 +0000\0" + "Date\0Thu, 12 Jan 2017 10:17:42 -0800\0" "To\0Alexander Stein <alexander.stein@systec-electronic.com>\0" "Cc\0Linus Walleij <linus.walleij@linaro.org>" Alexandre Courbot <gnurou@gmail.com> @@ -105,7 +105,7 @@ "> +\t\t\t\t\t\t\t GPIOD_IN, desc);\n" "> \t\tif (IS_ERR(bdata->gpiod)) {\n" "> \t\t\terror = PTR_ERR(bdata->gpiod);\n" - "> \t\t\tif (error = -ENOENT) {\n" + "> \t\t\tif (error == -ENOENT) {\n" "> diff --git a/drivers/input/keyboard/gpio_keys_polled.c b/drivers/input/keyboard/gpio_keys_polled.c\n" "> index fd7ab4d..5e35c56 100644\n" "> --- a/drivers/input/keyboard/gpio_keys_polled.c\n" @@ -233,4 +233,4 @@ "-- \n" Dmitry -9ae21ec96be53365e524309d9f87dd543e1e8a95df20cbd88ba18fb8ed0e0f65 +1af66057b93e66cd6dee1f1516a5b8f33fb35ac8e55715ed83798ea3cca7912d
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.