diff for duplicates of <54767F43.2060901@ti.com> diff --git a/a/1.txt b/N1/1.txt index 7f38d5a..7ad90f8 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -7,9 +7,9 @@ On 11/27/2014 4:11 AM, 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> -> 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> +> Signed-off-by: Sean Paul <seanpaul-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> > --- > .../devicetree/bindings/video/backlight/lp855x.txt | 2 ++ > drivers/video/backlight/lp855x_bl.c | 17 +++++++++++++++++ @@ -54,7 +54,7 @@ On 11/27/2014 4:11 AM, Sean Paul wrote: > > + 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; @@ -123,3 +123,7 @@ int regulator_disable(struct regulator *regulator) Best regards, Milo +-- +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 7a935c8..1fba65f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,9 @@ "ref\01417029064-12460-1-git-send-email-seanpaul@chromium.org\0" "ref\01417029064-12460-2-git-send-email-seanpaul@chromium.org\0" "ref\01417029064-12460-2-git-send-email-seanpaul-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org\0" - "From\0Kim, Milo <milo.kim@ti.com>\0" + "From\0Kim, Milo <milo.kim-l0cyMroinI0@public.gmane.org>\0" "Subject\0Re: [PATCH 2/2] backlight/lp855x: Add supply regulator to lp855x\0" - "Date\0Thu, 27 Nov 2014 01:32:51 +0000\0" + "Date\0Thu, 27 Nov 2014 10:32:51 +0900\0" "To\0Sean Paul <seanpaul-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>" linux-fbdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" @@ -23,9 +23,9 @@ "> 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\203\302\251phane Marchesin <marcheu@chromium.org>\n" - "> Cc: Aaron Durbin <adurbin@chromium.org>\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" + "> Signed-off-by: Sean Paul <seanpaul-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>\n" "> ---\n" "> .../devicetree/bindings/video/backlight/lp855x.txt | 2 ++\n" "> drivers/video/backlight/lp855x_bl.c | 17 +++++++++++++++++\n" @@ -70,7 +70,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" "\n" @@ -138,6 +138,10 @@ ">\n" "\n" "Best regards,\n" - Milo + "Milo\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 -0b1052876b6d3215999714d5f1f69ecf47247467132fcc36b181ab814e3e8e6b +912b6c31dec4067b3895900937290c4f25a09e44eb9d227fd93624b4ee28e97d
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.