diff for duplicates of <d7c3651db7e05bbb4f1b13602916eaa4@codeaurora.org> diff --git a/a/1.txt b/N1/1.txt index 1504e52..6c01c02 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -156,7 +156,7 @@ I will address it in next series. >> + sink_en |= 1 << temp; >> + } >> + ->> + if (sink_cfg == sink_en) +>> + if (sink_cfg = sink_en) >> + return 0; >> + >> + rc = regmap_update_bits(wled->regmap, @@ -388,7 +388,7 @@ I will address it in next series. >> + >> for (i = 0; i < size; ++i) { >> rc = of_property_read_u32(dev->of_node, u32_opts[i].name, &val); ->> if (rc == -EINVAL) { +>> if (rc = -EINVAL) { >> @@ -483,6 +724,14 @@ static int wled_probe(struct platform_device >> *pdev) >> } diff --git a/a/content_digest b/N1/content_digest index a08f0f0..8745090 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\020191017110631.k2u254jjcza6ngzt@holly.lan\0" "From\0kgunda@codeaurora.org\0" "Subject\0Re: [PATCH V7 4/6] backlight: qcom-wled: Add support for WLED4 peripheral.\0" - "Date\0Thu, 17 Oct 2019 17:57:15 +0530\0" + "Date\0Thu, 17 Oct 2019 12:39:15 +0000\0" "To\0Daniel Thompson <daniel.thompson@linaro.org>\0" "Cc\0bjorn.andersson@linaro.org" jingoohan1@gmail.com @@ -180,7 +180,7 @@ ">> +\t\tsink_en |= 1 << temp;\n" ">> +\t}\n" ">> +\n" - ">> +\tif (sink_cfg == sink_en)\n" + ">> +\tif (sink_cfg = sink_en)\n" ">> +\t\treturn 0;\n" ">> +\n" ">> +\trc = regmap_update_bits(wled->regmap,\n" @@ -412,7 +412,7 @@ ">> +\n" ">> \tfor (i = 0; i < size; ++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" ">> @@ -483,6 +724,14 @@ static int wled_probe(struct platform_device \n" ">> *pdev)\n" ">> \t\t}\n" @@ -445,4 +445,4 @@ ">> a Linux Foundation Collaborative Project\n" >> -f5bad90272838a5c435be4c75b7cace7f128c6faeb57a429fd877d2a3d31b836 +c2ef0ee08e367cbcbb6121eb1f7e12b4faed8920a46f521753ba7d092fd1eb44
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.