diff for duplicates of <20160615083445.GA1579@dell> diff --git a/a/1.txt b/N1/1.txt index 3998bf7..bc708bc 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -67,7 +67,7 @@ Collected Acks and applied, thanks. > + lp->enable = devm_regulator_get_optional(lp->dev, "enable"); > + if (IS_ERR(lp->enable)) { > + ret = PTR_ERR(lp->enable); -> + if (ret = -ENODEV) { +> + if (ret == -ENODEV) { > + lp->enable = NULL; > + } else { > + if (ret != -EPROBE_DEFER) @@ -105,5 +105,5 @@ Collected Acks and 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 93f49eb..5331205 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01465587597-131467-1-git-send-email-briannorris@chromium.org\0" "From\0Lee Jones <lee.jones@linaro.org>\0" "Subject\0Re: [PATCH v2] backlight: lp855x: Add enable regulator\0" - "Date\0Wed, 15 Jun 2016 08:34:45 +0000\0" + "Date\0Wed, 15 Jun 2016 09:34:45 +0100\0" "To\0Brian Norris <briannorris@chromium.org>\0" "Cc\0Milo Kim <milo.kim@ti.com>" Jingoo Han <jingoohan1@gmail.com> @@ -83,7 +83,7 @@ "> +\tlp->enable = devm_regulator_get_optional(lp->dev, \"enable\");\n" "> +\tif (IS_ERR(lp->enable)) {\n" "> +\t\tret = PTR_ERR(lp->enable);\n" - "> +\t\tif (ret = -ENODEV) {\n" + "> +\t\tif (ret == -ENODEV) {\n" "> +\t\t\tlp->enable = NULL;\n" "> +\t\t} else {\n" "> +\t\t\tif (ret != -EPROBE_DEFER)\n" @@ -121,7 +121,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 -259c4161803a28332b519fd89aeffd4dbb6c9b68fca854eba15d2525eb8b30d1 +7deb01466a2bdca1e5b2d9434d0385f645babbeb4140e8b7c16adaf690e888b6
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.