diff for duplicates of <561BC177.2050000@mentor.com> diff --git a/a/1.txt b/N1/1.txt index 8ec5e43..cbb245d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -10,7 +10,7 @@ On 12.10.2015 17:06, 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 @@ -59,7 +59,7 @@ On 12.10.2015 17:06, 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 5307cc0..b3f355d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -5,7 +5,7 @@ "ref\020151012160608.41f04553@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 14:19:35 +0000\0" + "Date\0Mon, 12 Oct 2015 17:19:35 +0300\0" "To\0Boris Brezillon <boris.brezillon@free-electrons.com>\0" "Cc\0Nicolas Ferre <nicolas.ferre@atmel.com>" Thierry Reding <thierry.reding@gmail.com> @@ -28,7 +28,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" @@ -77,7 +77,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" @@ -149,4 +149,4 @@ "With best wishes,\n" Vladimir -310ad61d49b956759c717be2845efa1b36c7e9f58ae996b82cf604b94a47fcdb +38f81960493e2a1dae8ce11fd97ab5b0e9b5c6ca200fccbe655db47a36dc3678
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.