diff for duplicates of <561BBB9F.6060808@mentor.com> diff --git a/a/1.txt b/N1/1.txt index 9a49a02..d5289d9 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -6,7 +6,7 @@ On 12.10.2015 16:30, Boris Brezillon wrote: > On Mon, 12 Oct 2015 15:16:44 +0200 > Nicolas Ferre <nicolas.ferre@atmel.com> wrote: > ->> Le 12/10/2015 14:29, Vladimir Zapolskiy a écrit : +>> Le 12/10/2015 14:29, Vladimir Zapolskiy a écrit : >>> Platform PWM backlight data provided by board's device tree should be >>> complete enough to successfully request a pwm device using pwm_get() >>> API. This change fixes a bug, when an arbitrary (first found) PWM is @@ -55,7 +55,7 @@ On 12.10.2015 16:30, Boris Brezillon wrote: >>> pb->pwm = devm_pwm_get(&pdev->dev, NULL); >>> - if (IS_ERR(pb->pwm)) { >>> - ret = PTR_ERR(pb->pwm); ->>> - if (ret = -EPROBE_DEFER) +>>> - if (ret == -EPROBE_DEFER) >>> - goto err_alloc; >>> - >>> + if (IS_ERR(pb->pwm) && PTR_ERR(pb->pwm) != -EPROBE_DEFER diff --git a/a/content_digest b/N1/content_digest index 237a103..e568832 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\020151012153029.62f948d2@bbrezillon\0" "From\0Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com>\0" "Subject\0Re: [PATCH v2] backlight: pwm: reject legacy pwm request for device defined in dt\0" - "Date\0Mon, 12 Oct 2015 13:54:39 +0000\0" + "Date\0Mon, 12 Oct 2015 16:54:39 +0300\0" "To\0Boris Brezillon <boris.brezillon@free-electrons.com>\0" "Cc\0Nicolas Ferre <nicolas.ferre@atmel.com>" Thierry Reding <thierry.reding@gmail.com> @@ -22,7 +22,7 @@ "> On Mon, 12 Oct 2015 15:16:44 +0200\n" "> Nicolas Ferre <nicolas.ferre@atmel.com> wrote:\n" "> \n" - ">> Le 12/10/2015 14:29, Vladimir Zapolskiy a \303\203\302\251crit :\n" + ">> Le 12/10/2015 14:29, Vladimir Zapolskiy a \303\251crit :\n" ">>> Platform PWM backlight data provided by board's device tree should be\n" ">>> complete enough to successfully request a pwm device using pwm_get()\n" ">>> API. This change fixes a bug, when an arbitrary (first found) PWM is\n" @@ -71,7 +71,7 @@ ">>> \tpb->pwm = devm_pwm_get(&pdev->dev, NULL);\n" ">>> -\tif (IS_ERR(pb->pwm)) {\n" ">>> -\t\tret = PTR_ERR(pb->pwm);\n" - ">>> -\t\tif (ret = -EPROBE_DEFER)\n" + ">>> -\t\tif (ret == -EPROBE_DEFER)\n" ">>> -\t\t\tgoto err_alloc;\n" ">>> -\n" ">>> +\tif (IS_ERR(pb->pwm) && PTR_ERR(pb->pwm) != -EPROBE_DEFER\n" @@ -124,4 +124,4 @@ "With best wishes,\n" Vladimir -d59264c22933460b9bb8d397a32547ca57319aad4f2a3b397f06e2fcddde8d65 +583c183d4a0b4cf3cad3646c8b7770dd0947109337b7949049e7cd32eb483f72
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.