diff for duplicates of <11509256.sASrU01HFQ@amdc3058> diff --git a/a/1.txt b/N1/1.txt index c318b22..b8a5a2d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -96,7 +96,7 @@ Samsung Electronics > + 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 1e51099..519be0a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\020170112163924.4414-1-alexander.stein@systec-electronic.com\0" "From\0Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>\0" "Subject\0Re: [PATCH v2 1/1] of: Pass GPIO label down to gpiod_request when using get_gpiod_from_child\0" - "Date\0Fri, 13 Jan 2017 11:01:38 +0000\0" + "Date\0Fri, 13 Jan 2017 12:01:38 +0100\0" "To\0Alexander Stein <alexander.stein@systec-electronic.com>\0" "Cc\0Linus Walleij <linus.walleij@linaro.org>" Alexandre Courbot <gnurou@gmail.com> @@ -115,7 +115,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" @@ -237,4 +237,4 @@ "> \treturn ERR_PTR(-ENOSYS);\n" > } -0e1c33609b10c6f4e090404f771a89ce769a534d4bf177010d04acf77b50ad78 +c2a4198c73e097bf3c3a7afd254b832a1f3ff0d9009ca35248f9dbb55038f2bd
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.