diff for duplicates of <7683fb12c88e67a55fa50916dd898033@codeaurora.org> diff --git a/a/1.txt b/N1/1.txt index abd1508..6ea47c1 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -446,7 +446,7 @@ Yes. As Daniel asked I will update the commit text. >> + *cfg = wled3_config_defaults; >> for (i = 0; i < ARRAY_SIZE(u32_opts); ++i) { >> rc = of_property_read_u32(dev->of_node, u32_opts[i].name, &val); ->> if (rc == -EINVAL) { +>> if (rc = -EINVAL) { >> @@ -344,7 +346,7 @@ static int pm8941_wled_configure(struct >> pm8941_wled *wled, struct device *dev) >> @@ -454,7 +454,7 @@ Yes. As Daniel asked I will update the commit text. >> for (j = 0; c != val; j++) { >> - c = pm8941_wled_values(u32_opts[i].cfg, j); >> + c = wled3_values(u32_opts[i].cfg, j); ->> if (c == UINT_MAX) { +>> if (c = UINT_MAX) { >> dev_err(dev, "invalid value for '%s'\n", >> u32_opts[i].name); >> @@ -366,15 +368,15 @@ static int pm8941_wled_configure(struct diff --git a/a/content_digest b/N1/content_digest index 675caea..2a9500f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\020180807054140.GC23866@tuxbook-pro\0" "From\0kgunda@codeaurora.org\0" "Subject\0Re: [PATCH V4 4/8] backlight: qcom-wled: Rename PM8941* to WLED3\0" - "Date\0Thu, 16 Aug 2018 11:00:54 +0530\0" + "Date\0Thu, 16 Aug 2018 05:42:54 +0000\0" "To\0Bjorn Andersson <bjorn.andersson@linaro.org>\0" "Cc\0jingoohan1@gmail.com" lee.jones@linaro.org @@ -470,7 +470,7 @@ ">> +\t*cfg = wled3_config_defaults;\n" ">> \tfor (i = 0; i < ARRAY_SIZE(u32_opts); ++i) {\n" ">> \t\trc = of_property_read_u32(dev->of_node, u32_opts[i].name, &val);\n" - ">> \t\tif (rc == -EINVAL) {\n" + ">> \t\tif (rc = -EINVAL) {\n" ">> @@ -344,7 +346,7 @@ static int pm8941_wled_configure(struct \n" ">> pm8941_wled *wled, struct device *dev)\n" ">> \n" @@ -478,7 +478,7 @@ ">> \t\tfor (j = 0; c != val; j++) {\n" ">> -\t\t\tc = pm8941_wled_values(u32_opts[i].cfg, j);\n" ">> +\t\t\tc = wled3_values(u32_opts[i].cfg, j);\n" - ">> \t\t\tif (c == UINT_MAX) {\n" + ">> \t\t\tif (c = UINT_MAX) {\n" ">> \t\t\t\tdev_err(dev, \"invalid value for '%s'\\n\",\n" ">> \t\t\t\t\tu32_opts[i].name);\n" ">> @@ -366,15 +368,15 @@ static int pm8941_wled_configure(struct \n" @@ -570,4 +570,4 @@ "> the body of a message to majordomo@vger.kernel.org\n" > More majordomo info at http://vger.kernel.org/majordomo-info.html -a0a4ecda7739a2f36513bcd6c10db1d56ecc31b115c706de9598e515df864615 +f3cff6d922c3e468b5e74d70f01368ebc4571ba86039a7add87c4cd8f501dd7c
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.