diff for duplicates of <20140625095447.GT13803@lee--X1> diff --git a/a/1.txt b/N1/1.txt index c2ddff6..c80a76d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -20,7 +20,7 @@ Looks good. Applied, thanks. > + pb->enable_gpio = devm_gpiod_get_optional(&pdev->dev, "enable"); > if (IS_ERR(pb->enable_gpio)) { > ret = PTR_ERR(pb->enable_gpio); -> - if (ret = -ENOENT) +> - if (ret == -ENOENT) > - pb->enable_gpio = NULL; > - else > - goto err_alloc; @@ -32,5 +32,5 @@ Looks good. Applied, thanks. -- Lee Jones Linaro STMicroelectronics Landing Team Lead -Linaro.org │ Open source software for ARM SoCs +Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog diff --git a/a/content_digest b/N1/content_digest index 1303014..cf642a7 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01403687898-26881-1-git-send-email-acourbot@nvidia.com\0" "From\0Lee Jones <lee.jones@linaro.org>\0" "Subject\0Re: [PATCH] pwm-backlight: use devm_gpiod_get_optional()\0" - "Date\0Wed, 25 Jun 2014 09:54:47 +0000\0" + "Date\0Wed, 25 Jun 2014 10:54:47 +0100\0" "To\0Alexandre Courbot <acourbot@nvidia.com>\0" "Cc\0Thierry Reding <thierry.reding@gmail.com>" Jingoo Han <jg1.han@samsung.com> @@ -33,7 +33,7 @@ "> +\tpb->enable_gpio = devm_gpiod_get_optional(&pdev->dev, \"enable\");\n" "> \tif (IS_ERR(pb->enable_gpio)) {\n" "> \t\tret = PTR_ERR(pb->enable_gpio);\n" - "> -\t\tif (ret = -ENOENT)\n" + "> -\t\tif (ret == -ENOENT)\n" "> -\t\t\tpb->enable_gpio = NULL;\n" "> -\t\telse\n" "> -\t\t\tgoto err_alloc;\n" @@ -45,7 +45,7 @@ "-- \n" "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" - "Linaro.org \303\242\342\200\235\342\200\232 Open source software for ARM SoCs\n" + "Linaro.org \342\224\202 Open source software for ARM SoCs\n" Follow Linaro: Facebook | Twitter | Blog -27ccd3a0f37818a691c23239c60de8d115a8cd54aefd6d00371bd8e0bb38e744 +9755309700010d97733bd18af43ad8696dfc75f8a90e5dc529b7caf997920210
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.