diff for duplicates of <20141203101555.GC327@x1> diff --git a/a/1.txt b/N1/1.txt index a131fa5..daa9356 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,10 +3,10 @@ On Tue, 02 Dec 2014, Sean Paul wrote: > This patch adds a supply regulator to the lp855x platform data to facilitate > powering on/off the 3V rail attached to the controller. > -> Cc: Stéphane Marchesin <marcheu@chromium.org> -> Cc: Aaron Durbin <adurbin@chromium.org> -> Acked-by: Milo Kim <milo.kim@ti.com> -> Signed-off-by: Sean Paul <seanpaul@chromium.org> +> Cc: Stéphane Marchesin <marcheu-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> +> Cc: Aaron Durbin <adurbin-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> +> Acked-by: Milo Kim <milo.kim-l0cyMroinI0@public.gmane.org> +> Signed-off-by: Sean Paul <seanpaul-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> > --- > > Changes in v2: @@ -58,7 +58,7 @@ Applied with Acks, thanks. > > + pdata->supply = devm_regulator_get(dev, "power"); > + if (IS_ERR(pdata->supply)) { -> + if (PTR_ERR(pdata->supply) = -EPROBE_DEFER) +> + if (PTR_ERR(pdata->supply) == -EPROBE_DEFER) > + return -EPROBE_DEFER; > + pdata->supply = NULL; > + } @@ -116,3 +116,7 @@ Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog +-- +To unsubscribe from this list: send the line "unsubscribe devicetree" in +the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 5fa4259..76f2478 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,9 @@ "ref\01417570752-23633-1-git-send-email-seanpaul@chromium.org\0" "ref\01417570752-23633-2-git-send-email-seanpaul@chromium.org\0" "ref\01417570752-23633-2-git-send-email-seanpaul-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org\0" - "From\0Lee Jones <lee.jones@linaro.org>\0" + "From\0Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" "Subject\0Re: [PATCH v2 2/2] backlight/lp855x: Add supply regulator to lp855x\0" - "Date\0Wed, 03 Dec 2014 10:15:55 +0000\0" + "Date\0Wed, 3 Dec 2014 10:15:55 +0000\0" "To\0Sean Paul <seanpaul-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>\0" "Cc\0milo.kim-l0cyMroinI0@public.gmane.org" cooloney-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org @@ -19,10 +19,10 @@ "> This patch adds a supply regulator to the lp855x platform data to facilitate\n" "> powering on/off the 3V rail attached to the controller.\n" "> \n" - "> Cc: St\303\251phane Marchesin <marcheu@chromium.org>\n" - "> Cc: Aaron Durbin <adurbin@chromium.org>\n" - "> Acked-by: Milo Kim <milo.kim@ti.com>\n" - "> Signed-off-by: Sean Paul <seanpaul@chromium.org>\n" + "> Cc: St\303\251phane Marchesin <marcheu-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>\n" + "> Cc: Aaron Durbin <adurbin-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>\n" + "> Acked-by: Milo Kim <milo.kim-l0cyMroinI0@public.gmane.org>\n" + "> Signed-off-by: Sean Paul <seanpaul-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>\n" "> ---\n" "> \n" "> Changes in v2:\n" @@ -74,7 +74,7 @@ "> \n" "> +\tpdata->supply = devm_regulator_get(dev, \"power\");\n" "> +\tif (IS_ERR(pdata->supply)) {\n" - "> +\t\tif (PTR_ERR(pdata->supply) = -EPROBE_DEFER)\n" + "> +\t\tif (PTR_ERR(pdata->supply) == -EPROBE_DEFER)\n" "> +\t\t\treturn -EPROBE_DEFER;\n" "> +\t\tpdata->supply = NULL;\n" "> +\t}\n" @@ -131,6 +131,10 @@ "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" "Linaro.org \342\224\202 Open source software for ARM SoCs\n" - Follow Linaro: Facebook | Twitter | Blog + "Follow Linaro: Facebook | Twitter | Blog\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -b067ab0c42c213434ef940c9d96a1c82eb3467d5f4a956742920a561de8e0eff +fed2b93b5cedb346107b110dcd22104a889c284c216b6005add68aa44597aff8
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.